audio/caps: Fix file ownership.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
David Spencer 2016-01-07 16:12:20 +00:00
parent cab5c4d4bf
commit 48ac60b625

View file

@ -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/*
)