summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarol Babioch2018-06-09 23:40:00 +0200
committerKarol Babioch2018-06-09 23:40:29 +0200
commit50a8f8d6619d9ab8738da5621084fe046161479c (patch)
treec72ef358337a2ccb578eb57e8065dae4368d4fa7
parentf56ee0dc78db57fb6d72ff311799a286999f23b6 (diff)
downloadaur-50a8f8d6619d9ab8738da5621084fe046161479c.tar.gz
Absolute symlink to filter binary
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cfb1e545bf59..a115426038f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = brother-ql700
pkgdesc = LPR and CUPS driver for Brother QL-700 label printer
pkgver = 1.1.4r0
- pkgrel = 1
+ pkgrel = 2
url = http://solutions.brother.com/linux/en_us/
install = brother-ql700.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 1a22efd3066a..e4c313a4fbdf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='brother-ql700'
pkgver=1.1.4r0
-pkgrel=1
+pkgrel=2
pkgdesc='LPR and CUPS driver for Brother QL-700 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_ql700 should be an absolute symlink
+ rm $srcdir/usr/lib/cups/filter/brother_lpdwrapper_ql700
+ ln -s /opt/brother/PTouch/ql700/cupswrapper/brother_lpdwrapper_ql700 \
+ $srcdir/usr/lib/cups/filter/brother_lpdwrapper_ql700
}
package() {