mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
multimedia/DivFix++: Handle url-encoded filenames.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
parent
4796287136
commit
8b7c228b33
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP || exit 1
|
||||
rm -rf $PRGNAM
|
||||
tar xvf $CWD/${PRGNAM}_v$VERSION-src.tar.?z* || exit 1
|
||||
tar xvf $CWD/${PRGNAM}_v$VERSION-src.tar.?z* || tar xvf $CWD/DivFix%2B%2B_v$VERSION-src.tar.?z* ||exit 1
|
||||
cd ${PRGNAM}_v$VERSION || exit 1
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
Loading…
Reference in a new issue