mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/adobe-source-code-pro-font: Support alternate tarball name.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
0fbbb752a8
commit
ff93c48cf1
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf ${SRC}
|
rm -rf ${SRC}
|
||||||
tar xf $CWD/${VERSION}R-it.tar.gz
|
tar xvf $CWD/${VERSION}R-it.tar.gz || tar xvf $CWD/${SRC}.tar.gz
|
||||||
cd ${SRC}
|
cd ${SRC}
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find -L . \
|
find -L . \
|
||||||
|
|
Loading…
Reference in a new issue