summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Grande2021-01-25 19:06:55 -0500
committerVincent Grande2021-01-25 19:06:55 -0500
commit11c7c7c40ecfa8cb6afd62f9e753f10cc7e46b66 (patch)
treee2133c540cecaafd462778028b0e4b3860e69997
parent0eb57a837a15170b264c80f5f5d30a0afefe1007 (diff)
downloadaur-libcups-nosystemd-minimal-git.tar.gz
revert exe perm, use 755
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8324f6528a7c..6f40e8de37bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -32,7 +32,7 @@ build() {
--libdir=/usr/lib \
--with-logdir=/var/log/cups \
--with-docdir=/usr/share/cups/doc \
- --with-exe-file-perm=0750 \
+ --with-exe-file-perm=0755 \
--with-cups-user=209 \
--with-cups-group=209 \
--enable-pam=yes \