diff options
-rw-r--r-- | audio/caps/caps.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/caps/caps.SlackBuild b/audio/caps/caps.SlackBuild index 3b0c9b89a800..d3a701b1a449 100644 --- a/audio/caps/caps.SlackBuild +++ b/audio/caps/caps.SlackBuild @@ -97,7 +97,7 @@ if [ "${DOCS:-yes}" = "yes" ] && [ -e "$DOCFILE" ]; then ( cd $PKG/usr/doc/$PRGNAM-$VERSION tar xvf "$DOCFILE" --no-same-owner mv $PRGNAM-doc-unofficial_$DOCVER html - chown root.root html/* + chown root:root html/* chmod 644 html/* ) fi |