diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/rasdaemon/rasdaemon.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/rasdaemon/rasdaemon.SlackBuild b/system/rasdaemon/rasdaemon.SlackBuild index 1d552dde1981d..af9df6f98db9f 100644 --- a/system/rasdaemon/rasdaemon.SlackBuild +++ b/system/rasdaemon/rasdaemon.SlackBuild @@ -73,7 +73,7 @@ mkdir -p $TMP $PKG $OUTPUT cd $TMP tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 cd $PRGNAM-$VERSION -chown -R root.root . +chown -R root:root . find -L . \ \( -perm 664 -o -perm 666 -o -perm 600 -o -perm 440 -o -perm 444 -o -perm 400 \) \ -exec chmod 644 {} \; |