summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPeter Mattern2022-04-22 21:02:04 +0200
committerPeter Mattern2022-04-22 21:02:04 +0200
commit5d33e2c4ddda8952761c5f39747b2fcc88149191 (patch)
treef124611d8bc508c65cd2e09c10afab6a60f2d87b /PKGBUILD
parente8fbbd94c879904079ca8328d1bd57cc6b9d6c6f (diff)
downloadaur-brother-mfc-210c.tar.gz
Adjust permission bits of LPR configuration file
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() {