mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
multimedia/x265: Provide alternate extract method.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b3e23fd8e8
commit
00bf1e2e26
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $SRCNAM-$PRGNAM-$REVISION
|
||||
tar xvf $CWD/$SRCNAM-$PRGNAM-$REVISION.tar.bz2
|
||||
tar xvf $CWD/$SRCNAM-$PRGNAM-$REVISION.tar.bz2 || tar xvf $CWD/$VERSION.tar.bz2
|
||||
cd $SRCNAM-$PRGNAM-$REVISION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
Loading…
Reference in a new issue