mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
audio/caps: Fix file ownership.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
cab5c4d4bf
commit
48ac60b625
1 changed files with 2 additions and 2 deletions
|
@ -76,7 +76,7 @@ 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
|
||||
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 a new issue