diff options
author | Sibelle <lesibel@free.fr> | 2011-06-22 13:09:37 +0200 |
---|---|---|
committer | Sibelle <lesibel@free.fr> | 2011-06-22 13:09:37 +0200 |
commit | ccfa7858927aca3168407515e65f9a543340ca7b (patch) | |
tree | 2b2b09fcb22f83d626097ac8daa29f234219c79d /extra/firefox/Pkgfile | |
parent | 19f5aeada12a4b221b527b883b5dc88ead66a52c (diff) | |
download | nutyx-pakxe-ccfa7858927aca3168407515e65f9a543340ca7b.tar.gz nutyx-pakxe-ccfa7858927aca3168407515e65f9a543340ca7b.tar.bz2 nutyx-pakxe-ccfa7858927aca3168407515e65f9a543340ca7b.tar.xz nutyx-pakxe-ccfa7858927aca3168407515e65f9a543340ca7b.zip |
firefox 5.0-1 maj
Diffstat (limited to 'extra/firefox/Pkgfile')
-rw-r--r-- | extra/firefox/Pkgfile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/firefox/Pkgfile b/extra/firefox/Pkgfile index 4c7596fa1..75ffcc9a9 100644 --- a/extra/firefox/Pkgfile +++ b/extra/firefox/Pkgfile @@ -6,7 +6,8 @@ # Run on: desktop-file-utils,alsa-lib,mesa3d,gtk,libidl,pango,curl,nss,libnotify,dbus-glib name=firefox -version=4.0.1 +version=5.0 + release=1 [ "`uname -m`" == "i686" ] && _ARCH=i686 @@ -34,7 +35,7 @@ build() { export MOZILLA_OFFICIAL=1 export MOZILLA_FIVE_HOME=/usr/lib/firefox - cd mozilla-2.0 + cd mozilla-* PYTHON=python2 ./configure \ --prefix=/usr \ |