mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
multimedia/lwks: Fix permission post building.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2f25cf5fd3
commit
c8f11d0d64
1 changed files with 3 additions and 5 deletions
|
@ -23,11 +23,9 @@ set -e
|
|||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf data.tar.xz
|
||||
ar -p $CWD/$PRGNAM-$VERSION-$ARCH.deb data.tar.xz > lwks.tar.xz
|
||||
tar xvf $PRGNAM.tar.xz -C $TMP
|
||||
cd usr/
|
||||
cd $PKG
|
||||
ar p $CWD/$PRGNAM-$VERSION-$ARCH.deb data.tar.xz | tar xJv
|
||||
cd $PKG
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
|
|
Loading…
Reference in a new issue