brother-dcp197c-cupswrapper: fix indent/whitespace lints

This commit is contained in:
Michael Gehring 2017-07-16 14:00:15 +00:00
parent 637b2bcf5b
commit 1bc6768cdb

View File

@ -16,10 +16,10 @@ do_extract() {
ar x ${XBPS_SRCDISTDIR}/${pkgname}-${version}/dcp197ccupswrapper-${version}-1.i386.deb
}
do_install(){
do_install() {
mkdir -p ${DESTDIR}
tar xzpvf data.tar.gz -C ${DESTDIR}
rm ${DESTDIR}/opt/brother/Printers/dcp197c/cupswrapper/cupswrapperdcp197c
rm ${DESTDIR}/opt/brother/Printers/dcp197c/cupswrapper/cupswrapperdcp197c
vinstall ${FILESDIR}/cupswrapper.void 755 /opt/brother/Printers/dcp197c/cupswrapper/
vinstall ${FILESDIR}/43-cups-usb.rules 644 /usr/lib/udev/rules.d/
vinstall ${FILESDIR}/43-cups-usb.rules 644 /usr/lib/udev/rules.d/
}