From 740b32e9b95638c541c109fb1c7a7e4336eddeb9 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Wed, 19 Jun 2013 17:45:12 +0000 Subject: Forgot to chown root --- icedtea-web/build/icedtea-web.SlackBuild | 1 + 1 file changed, 1 insertion(+) (limited to 'icedtea-web') 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 \ -- cgit v1.2.3