diff options
Diffstat (limited to 'network/icecat/icecat.SlackBuild')
-rw-r--r-- | network/icecat/icecat.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/network/icecat/icecat.SlackBuild b/network/icecat/icecat.SlackBuild index 293549db79..537a0f30ba 100644 --- a/network/icecat/icecat.SlackBuild +++ b/network/icecat/icecat.SlackBuild @@ -18,7 +18,7 @@ # http://melikamp.com/features/slackbuilds.shtml PRGNAM="icecat" -VERSION="10.0" +VERSION="12.0" BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -74,6 +74,7 @@ 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: |