diff --git a/srcpkgs/brother-dcp197c-cupswrapper/template b/srcpkgs/brother-dcp197c-cupswrapper/template index 7bfbcbaeaf..e4a6019f25 100644 --- a/srcpkgs/brother-dcp197c-cupswrapper/template +++ b/srcpkgs/brother-dcp197c-cupswrapper/template @@ -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/ }