diff options
author | Fredrik Rinnestam <fredrik@crux.nu> | 2011-06-22 19:51:26 +0200 |
---|---|---|
committer | Fredrik Rinnestam <fredrik@crux.nu> | 2011-06-22 19:51:45 +0200 |
commit | 7499f1629e137abb85a938222b9ce2e1fa5292c9 (patch) | |
tree | b77577ac598cb6d7853dbd1f34763dd04b917f83 /firefox/Pkgfile | |
parent | e175ff0bfae0c9618d60542ba49aaf45e98f65a0 (diff) | |
download | opt-7499f1629e137abb85a938222b9ce2e1fa5292c9.tar.gz opt-7499f1629e137abb85a938222b9ce2e1fa5292c9.tar.xz |
[notify] firefox: updated to 5.0. Fixes several security issues
Diffstat (limited to 'firefox/Pkgfile')
-rw-r--r-- | firefox/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firefox/Pkgfile b/firefox/Pkgfile index e1064343a..3b70b754c 100644 --- a/firefox/Pkgfile +++ b/firefox/Pkgfile @@ -4,7 +4,7 @@ # Depends on: libidl, nss, gtk, perl, python, alsa-lib, yasm name=firefox -version=4.0.1 +version=5.0 release=1 source=(http://releases.mozilla.org/pub/mozilla.org/$name/releases/$version/source/$name-$version.source.tar.bz2 mozconfig) @@ -15,7 +15,7 @@ build() { export MOZILLA_OFFICIAL=1 export MOZILLA_FIVE_HOME=/usr/lib/firefox - cd mozilla-2.0 + cd mozilla-release sed -e "s/#CFLAGS#/$CFLAGS/" $SRC/mozconfig > .mozconfig ./configure make |