summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2011-05-13 11:27:33 +0000
committer Eric Hameleers <alien@slackware.com>2011-05-13 11:27:33 +0000
commit587625a0eaf95dcd08a4ab2f28ee0652ab2a2360 (patch)
tree69527bceef440fdf6cd91a119b37e2ea45f36258
parentf5742e0708b26ab2422ce95cc3675dfe3f147eb0 (diff)
downloadasb-587625a0eaf95dcd08a4ab2f28ee0652ab2a2360.tar.gz
asb-587625a0eaf95dcd08a4ab2f28ee0652ab2a2360.tar.xz
Update tp 1.9.2.17
-rwxr-xr-xxulrunner/build/xulrunner.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/xulrunner/build/xulrunner.SlackBuild b/xulrunner/build/xulrunner.SlackBuild
index b3673cb3..0bd9a933 100755
--- a/xulrunner/build/xulrunner.SlackBuild
+++ b/xulrunner/build/xulrunner.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2009, 2010 Eric Hameleers, Eindhoven, NL
+# Copyright 2009, 2010, 2011 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -40,6 +40,8 @@
# * Update. Use xz compression to reduce package size.
# Add xpcom. Provide more pkg-config symlinks, I want to be able
# to remove seamonkey entirely.
+# 1.9.2.17-1: 13/may/2011 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh xulrunner.SlackBuild' to build a Slackware package.
# The package (.txz) and .txt file as well as build logs are created in /tmp .
@@ -50,7 +52,7 @@
# Set initial variables:
PRGNAM=xulrunner
-VERSION=${VERSION:-1.9.2.12}
+VERSION=${VERSION:-1.9.2.17}
SRCVER=$(echo $VERSION | cut -d. -f1-3)
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
@@ -196,7 +198,7 @@ export CFLAGS="$SLKCFLAGS"
make MOZ_MAKE_FLAGS="$NUMJOBS" 2>&1 | tee $OUTPUT/make-${PRGNAM}.log
make DESTDIR=$PKG install 2>&1 | tee $OUTPUT/install-${PRGNAM}.log
-# Make sure gre configuration files do not oeverwrite one another on multilib,
+# Make sure gre configuration files do not overwrite one another on multilib,
# the filename is not important, all *.conf files in the directory are parsed:
GECKOVERS=$(./config/milestone.pl --topsrcdir=.)
mv $PKG/etc/gre.d/${GECKOVERS}.system.conf $PKG/etc/gre.d/gre${LIBDIRSUFFIX}.conf