aboutsummaryrefslogtreecommitdiff
path: root/patches/mozilla-firefox
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-08-29 13:27:52 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-08-29 13:27:52 +0000
commitc7ebdda39bff7709226c7191ca2fa55612d8d657 (patch)
treebe792233523b0f919a62db3eda85a02c582cdf28 /patches/mozilla-firefox
parent9a5f7c8c7e516f1c2e3831b7cee968afd6b98723 (diff)
downloadslackbuilds-c7ebdda39bff7709226c7191ca2fa55612d8d657.tar.gz
slackbuilds-c7ebdda39bff7709226c7191ca2fa55612d8d657.tar.bz2
firefox update
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@55 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'patches/mozilla-firefox')
-rwxr-xr-xpatches/mozilla-firefox/mozilla-firefox.SlackBuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/patches/mozilla-firefox/mozilla-firefox.SlackBuild b/patches/mozilla-firefox/mozilla-firefox.SlackBuild
index 0d24fdd2..5aa9575a 100755
--- a/patches/mozilla-firefox/mozilla-firefox.SlackBuild
+++ b/patches/mozilla-firefox/mozilla-firefox.SlackBuild
@@ -16,11 +16,12 @@ fi
# default settings
PACKAGE="firefox"
-VERSION=${VERSION:=1.5.0.5}
+VERSION=${VERSION:=1.5.0.6}
ARCH=${ARCH:=x86_64}
BUILD=${BUILD:=1rha}
TMP=${TMP:=/tmp}
SRC_DIR=${SRC:=$CWD}
+REPOS=${REPOS:=$TMP}
if [ "$ARCH" == "x86_64" ]; then
LIBDIR=/usr/lib64
@@ -100,5 +101,8 @@ sed -e "s/VERSION/$VERSION/g" $CWD/doinst.sh > $PKG/install/doinst.sh
(cd ${PKG}${LIBDIR}/firefox-$VERSION; ln -sf mozilla-xremote-client firefox-xremote-client)
cd $PKG
-makepkg -l y -c n $TMP/mozilla-firefox-$VERSION-$ARCH-$BUILD.tgz
+makepkg -l y -c n $REPOS/mozilla-firefox-$VERSION-$ARCH-$BUILD.tgz
+if [ "$CLEANUP" == "yes" ]; then
+ rm -rf $TMP
+fi