summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarol Babioch2018-05-22 16:15:45 +0200
committerKarol Babioch2018-05-22 16:15:45 +0200
commit8d09b1bb2bed1f5a8963bf268d7d2c01fb6fdaf4 (patch)
tree2ee35cdb0dab9661d99650163bff011c2631cd10
parentb300a16a5a8ad1fc0a61634a2845bf8c1b9bf1c4 (diff)
downloadaur-8d09b1bb2bed1f5a8963bf268d7d2c01fb6fdaf4.tar.gz
Fix symlink issues and bump version
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cba3e48cf2a1..68e2d20a7508 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = brother-ql720nw
pkgdesc = LPR and CUPS driver for Brother QL-720NW label printer
pkgver = 1.1.4r0
- pkgrel = 2
+ pkgrel = 3
url = http://solutions.brother.com/linux/en_us/
install = brother-ql720nw.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 8300236ad216..d0e6c9ebb47a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='brother-ql720nw'
pkgver=1.1.4r0
-pkgrel=2
+pkgrel=3
pkgdesc='LPR and CUPS driver for Brother QL-720NW label printer'
url='http://solutions.brother.com/linux/en_us/'
arch=('i686' 'x86_64')
@@ -57,6 +57,11 @@ prepare()
# /etc/printcap is managed by cups
rm `find $srcdir -type f -name 'setupPrintcap*'`
+
+ # /usr/lib/cups/filter/brother_lpdwrapper_ql720nw should be an absolute symlink
+ rm $srcdir/usr/lib/cups/filter/brother_lpdwrapper_ql720nw
+ ln -s /opt/brother/PTouch/ql720nw/cupswrapper/brother_lpdwrapper_ql720nw \
+ $srcdir/usr/lib/cups/filter/brother_lpdwrapper_ql720nw
}
package() {