summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzoe2015-09-22 11:23:15 +0200
committerzoe2015-09-22 11:23:15 +0200
commit8875b078fc0679bc41f2f8421cb79e0e890c696b (patch)
tree2a358bc2089a0033f3816354ca67d811df8f4e4a
parenta3ebbfcdf54e52ad9b014d768f4fd0a02b38ebf6 (diff)
downloadaur-8875b078fc0679bc41f2f8421cb79e0e890c696b.tar.gz
Update to 1.0.0-6
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87ec37894433..b23f22033b9c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = brother-ql500-cupswrapperinch
pkgdesc = LPR-to-CUPS wrapper for Brother P-Touch QL-500 labelprinter (imperial)
pkgver = 1.0.0
- pkgrel = 5
+ pkgrel = 6
url = http://solutions.brother.com/linux/en_us/
install = cupswrapper.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index a12d3d5401fd..a2a1819f81e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=brother-ql500-cupswrapperinch
_pkgname=ql500cupswrapperinch
pkgver=1.0.0
-pkgrel=5
+pkgrel=6
pkgdesc="LPR-to-CUPS wrapper for Brother P-Touch QL-500 labelprinter (imperial)"
url="http://solutions.brother.com/linux/en_us/"
arch=('i686' 'x86_64')
@@ -30,7 +30,7 @@ build() {
mkdir -p usr/share/ || return 1
rm -rf usr/share/brother
mv usr/local/Brother usr/share/brother || return 1
- rmdir opt || return 1
+ rmdir usr/local || return 1
sed -i 's|/usr/local/Brother|/usr/share/brother|g' `grep -lr '/usr/local/Brother' ./` || return 1
}