diff options
author | tnut <tnut at nutyx dot com> | 2011-06-22 20:52:28 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-06-22 20:52:28 +0200 |
commit | ecf992ac90f33b6217c8151ea8e03c3765a36602 (patch) | |
tree | 09bff965d0dcd7475027c726d006634214bbac64 /extra/firefox/Pkgfile | |
parent | 834f769226da06f5bd4b28fc1a01e766a2d0ec0a (diff) | |
parent | ccfa7858927aca3168407515e65f9a543340ca7b (diff) | |
download | nutyx-pakxe-ecf992ac90f33b6217c8151ea8e03c3765a36602.tar.gz nutyx-pakxe-ecf992ac90f33b6217c8151ea8e03c3765a36602.tar.bz2 nutyx-pakxe-ecf992ac90f33b6217c8151ea8e03c3765a36602.tar.xz nutyx-pakxe-ecf992ac90f33b6217c8151ea8e03c3765a36602.zip |
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/pakxe
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 \ |