summaryrefslogtreecommitdiffstats
path: root/source/l/gtk+3/gtk+3.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/gtk+3/gtk+3.SlackBuild')
-rwxr-xr-xsource/l/gtk+3/gtk+3.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/l/gtk+3/gtk+3.SlackBuild b/source/l/gtk+3/gtk+3.SlackBuild
index 8e9207371..d5985a8d0 100755
--- a/source/l/gtk+3/gtk+3.SlackBuild
+++ b/source/l/gtk+3/gtk+3.SlackBuild
@@ -73,9 +73,9 @@ cd gtk+-$VERSION || exit 1
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
+ -exec chmod 755 {} \+ -o \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+ -exec chmod 644 {} \+
# Regenerate ./configure:
libtoolize --copy --force
@@ -164,7 +164,7 @@ cp -a \
ln -s /usr/share/gtk-doc/html/gdk3 .
ln -s /usr/share/gtk-doc/html/gtk3 .
)
-find $PKG/usr/doc/gtk+3-$VERSION/ -type f -exec chmod 644 {} \;
+find $PKG/usr/doc/gtk+3-$VERSION/ -type f -exec chmod 644 {} \+
chown -R root:root $PKG/usr/doc/gtk+3-$VERSION
mkdir -p $PKG/install