diff options
author | sibel sibel <lesibel@free.fr> | 2010-01-21 14:54:20 +0100 |
---|---|---|
committer | sibel sibel <lesibel@free.fr> | 2010-01-21 14:54:20 +0100 |
commit | ad393bb9f6002802644d4cabef854deaeaedff19 (patch) | |
tree | c4628ddaeb3651ebca353021519ba0b633ec4cff /extra/firefox/Pkgfile | |
parent | bbdb858b2f204a6025c6f75ae0121192416c3876 (diff) | |
download | nutyx-pakxe-ad393bb9f6002802644d4cabef854deaeaedff19.tar.gz nutyx-pakxe-ad393bb9f6002802644d4cabef854deaeaedff19.tar.bz2 nutyx-pakxe-ad393bb9f6002802644d4cabef854deaeaedff19.tar.xz nutyx-pakxe-ad393bb9f6002802644d4cabef854deaeaedff19.zip |
maj firefox#3.6-1
Diffstat (limited to 'extra/firefox/Pkgfile')
-rw-r--r-- | extra/firefox/Pkgfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/firefox/Pkgfile b/extra/firefox/Pkgfile index b3e3ef42b..c0670aba5 100644 --- a/extra/firefox/Pkgfile +++ b/extra/firefox/Pkgfile @@ -5,7 +5,7 @@ # Depends on: alsa-lib, gtk, libidl, pango, python, curl, nss, dbus-glib name=firefox -version=3.5.7 +version=3.6 release=1 source=(http://releases.mozilla.org/pub/mozilla.org/$name/releases/$version/source/$name-$version.source.tar.bz2\ http://releases.mozilla.org/pub/mozilla.org/$name/releases/$version/linux-i686/xpi/fr.xpi\ @@ -17,9 +17,9 @@ build() { export MOZILLA_OFFICIAL=1 export MOZILLA_FIVE_HOME=/usr/lib/firefox - cd mozilla-1.9.1 + cd mozilla-1.9.2 sed -e "s/#CFLAGS#/$CFLAGS/" $SRC/mozconfig > .mozconfig - ./configure + ./configure --disable-necko-wifi make install -d \ |