audio/caps: Fix file ownership.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
cab5c4d4bf
commit
48ac60b625
|
@ -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/*
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue