summaryrefslogtreecommitdiffstats
path: root/source/a/udisks/udisks.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/a/udisks/udisks.SlackBuild')
-rwxr-xr-xsource/a/udisks/udisks.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/a/udisks/udisks.SlackBuild b/source/a/udisks/udisks.SlackBuild
index af3e6ecdc..5031630a3 100755
--- a/source/a/udisks/udisks.SlackBuild
+++ b/source/a/udisks/udisks.SlackBuild
@@ -86,9 +86,9 @@ cd $PKGNAM-$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 {} \+
zcat $CWD/udisks.no.pci-db.diff.gz | patch -p1 --verbose || exit 1
zcat $CWD/udisks.glibc228.diff.gz | patch -p1 --verbose || exit 1
@@ -117,7 +117,7 @@ mv $PKG/etc/profile.d/udisks-bash-completion.sh \
$PKG/usr/share/bash-completion/completions/udisks
rmdir --parents $PKG/etc/profile.d
-find $PKG/usr/man -type f -exec gzip -9 {} \;
+find $PKG/usr/man -type f -exec gzip -9 {} \+
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PKGNAM-$VERSION