summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBonnee2020-10-15 23:53:39 +0200
committerBonnee2020-10-15 23:53:39 +0200
commit0d994a1bde362f3113e784866d7f66e2ecc7b5a8 (patch)
tree5906aee97cbbd5d13612ecab7ca37c9a69004b52 /PKGBUILD
parent15cdba8acb2e75e3518f326feba83a86b5dcb0c6 (diff)
downloadaur-0d994a1bde362f3113e784866d7f66e2ecc7b5a8.tar.gz
Fix install
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ad92e14c6067..57a2cfdbcdba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,7 @@
_model="l8900cdw"
pkgname="brother-mfc-${_model}"
pkgver="1.5.0"
-pkgrel=1
-epoch=2
+pkgrel=2
pkgdesc="LPR and CUPS driver for the Brother MFC-L8900CDW"
url="http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/index.html"
arch=('i686' 'x86_64')
@@ -21,7 +20,7 @@ package() {
install -d ${pkgdir}/usr/share/ppd/Brother
install -d ${pkgdir}/usr/lib/cups/filter
- install -Dm755 ${srcdir}/usr/bin/brprintconf_mfc${_model} ${pkgdir}/usr/bin/brprintconf_mfc${_model}
+ install -Dm755 ${srcdir}/opt/brother/Printers/mfc${_model}/lpd/${CARCH}/brprintconf_mfc${_model} ${pkgdir}/usr/bin/brprintconf_mfc${_model}
install -Dm644 ${srcdir}/opt/brother/Printers/mfc${_model}/cupswrapper/brother_mfc${_model}_printer_en.ppd ${pkgdir}/usr/share/cups/model/Brother
install -Dm644 ${srcdir}/opt/brother/Printers/mfc${_model}/cupswrapper/brother_mfc${_model}_printer_en.ppd ${pkgdir}/usr/share/ppd/Brother