summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xicedtea-web/build/icedtea-web.SlackBuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/icedtea-web/build/icedtea-web.SlackBuild b/icedtea-web/build/icedtea-web.SlackBuild
index 83294bc7..c0aefc58 100755
--- a/icedtea-web/build/icedtea-web.SlackBuild
+++ b/icedtea-web/build/icedtea-web.SlackBuild
@@ -76,6 +76,7 @@ cd $PKGNAM-$VERSION || exit 1
# This is caused by the changes in AppContext-related code. Apply the fix:
zcat $CWD/icedtea-web_8004584_jdk.patch.gz | patch -p1 --verbose || 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 \