summaryrefslogtreecommitdiffstats
path: root/audio/caps
diff options
context:
space:
mode:
author David Spencer2016-01-07 17:12:20 +0100
committer David Spencer2016-01-07 17:12:20 +0100
commit48ac60b625dcef431516b5abf14445d0a2d3611f (patch)
tree0e6099a7fb5db7ea8089c9546f1154d964fd6f2a /audio/caps
parentcab5c4d4bf95e10cc071421dabefa41afb7a4d1e (diff)
downloadslackbuilds-48ac60b625dcef431516b5abf14445d0a2d3611f.tar.gz
audio/caps: Fix file ownership.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'audio/caps')
-rw-r--r--audio/caps/caps.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/caps/caps.SlackBuild b/audio/caps/caps.SlackBuild
index 9bc82925ad..c0bae50ba3 100644
--- a/audio/caps/caps.SlackBuild
+++ b/audio/caps/caps.SlackBuild
@@ -76,8 +76,8 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
# docs are in a separate tarball now, just a wget -r of upstream's site
if [ "${DOCS:-yes}" = "yes" ]; then
( cd $PKG/usr/doc/$PRGNAM-$VERSION
- tar xvf $CWD/$PRGNAM-doc-unofficial_$VERSION.tar.bz2
- mv $PRGNAM-doc-unofficial_$VERSION html
+ tar xvf $CWD/$PRGNAM-doc-unofficial_$VERSION.tar.bz2 --no-same-owner
+ mv $PRGNAM-doc-unofficial_$VERSION html
chown root.root html/*
chmod 644 html/*
)