From 587625a0eaf95dcd08a4ab2f28ee0652ab2a2360 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Fri, 13 May 2011 11:27:33 +0000 Subject: Update tp 1.9.2.17 --- xulrunner/build/xulrunner.SlackBuild | 8 +++++--- 1 file 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 +# * 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 -- cgit v1.2.3-65-gdbad