brother-dcp197c-cupswrapper: fix indent/whitespace lints
This commit is contained in:
parent
637b2bcf5b
commit
1bc6768cdb
1 changed files with 3 additions and 3 deletions
|
@ -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/
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue