summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mattern2022-04-22 21:02:04 +0200
committerPeter Mattern2022-04-22 21:02:04 +0200
commit5d33e2c4ddda8952761c5f39747b2fcc88149191 (patch)
treef124611d8bc508c65cd2e09c10afab6a60f2d87b
parente8fbbd94c879904079ca8328d1bd57cc6b9d6c6f (diff)
downloadaur-5d33e2c4ddda8952761c5f39747b2fcc88149191.tar.gz
Adjust permission bits of LPR configuration file
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 204a7e53d5b2..137ccfcd73df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = brother-mfc-210c
pkgdesc = LPR driver and CUPS wrapper for Brother MFC-210C. Covers MFC-215C as well.
pkgver = 1.0.2
- pkgrel = 2
+ pkgrel = 3
url = http://support.brother.com
install = brother-mfc-210c.install
arch = i686
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() {