summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 51e355b43bd5..0510bb2140cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=brother-mfc-210c
pkgver=1.0.2
-pkgrel=2
+pkgrel=3
pkgdesc="LPR driver and CUPS wrapper for Brother MFC-210C. Covers MFC-215C as well."
arch=("i686" "x86_64")
url="http://support.brother.com"
@@ -52,7 +52,7 @@ prepare() {
sed -i "s:$srcdir/usr:/usr:g" $(grep -rl "$srcdir/usr" .)
# adjust some permission bits
chmod 775 usr/share/brother/inf
- chmod 600 usr/share/brother/inf/brMFC210Crc
+ chmod 660 usr/share/brother/inf/brMFC210Crc
}
package() {