mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
academic/FCSalyzer: Handle url-encoded filenames.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
parent
4db9a5ff7e
commit
f2572885a8
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ cd $TMP
|
|||
rm -rf $TMP/$PRGNAM-$VERSION
|
||||
mkdir -p $TMP/$PRGNAM-$VERSION
|
||||
cd $TMP/$PRGNAM-$VERSION
|
||||
unzip $CWD/${PRGNAM}\ ${SRCVER}.zip
|
||||
unzip $CWD/${PRGNAM}\ ${SRCVER}.zip || unzip $CWD/${PRGNAM}%20${SRCVER}.zip
|
||||
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
Loading…
Reference in a new issue