system/FontAwesome: Fixed tarball handling.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
David Spencer 2016-12-24 16:44:46 +00:00
parent fda7c4b2de
commit a15ba0f592
2 changed files with 3 additions and 4 deletions

View File

@ -39,11 +39,10 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
SRCNAM=Font-Awesome
SRCVER=v4.7.0
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$SRCVER.tar.gz
rm -rf $SRCNAM-$VERSION
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \

View File

@ -1,7 +1,7 @@
PRGNAM="FontAwesome"
VERSION="4.7.0"
HOMEPAGE="http://fortawesome.github.io/Font-Awesome/"
DOWNLOAD="https://github.com/FortAwesome/Font-Awesome/archive/v4.7.0/FontAwesome-v4.7.0.tar.gz"
DOWNLOAD="https://github.com/FortAwesome/Font-Awesome/archive/v4.7.0/Font-Awesome-4.7.0.tar.gz"
MD5SUM="a6145901f233f7d54165d8ade779082e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""