diff options
Diffstat (limited to 'network/icecat/icecat.SlackBuild')
-rw-r--r-- | network/icecat/icecat.SlackBuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/network/icecat/icecat.SlackBuild b/network/icecat/icecat.SlackBuild index 537a0f30ba..17db7e7354 100644 --- a/network/icecat/icecat.SlackBuild +++ b/network/icecat/icecat.SlackBuild @@ -18,7 +18,7 @@ # http://melikamp.com/features/slackbuilds.shtml PRGNAM="icecat" -VERSION="12.0" +VERSION="13.0.1" BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -55,7 +55,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/${PRGNAM}-$VERSION.tar.xz || exit 1 +tar xvf $CWD/${PRGNAM}-$VERSION.tar.gz || exit 1 cd ${PRGNAM}-$VERSION chown -R root:root . find . \ @@ -74,7 +74,6 @@ CXXFLAGS="$SLKCFLAGS" \ --build=$ARCH-slackware-linux || exit 1 make || exit 1 -chmod +x build/unix/run-icecat.sh # work around a build bug fixed in 12.1. make install DESTDIR=$PKG # Stripping is done in .mozconfig, but there is something we can erase: |