From 536648dbe4c5bebb7fd6860251fe002732302f1c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 22 Dec 2011 11:23:35 +0100 Subject: [PATCH] firefox: update to 9.0.1. --- srcpkgs/firefox/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/firefox/template b/srcpkgs/firefox/template index 6c01f819ad7..1aa9326a817 100644 --- a/srcpkgs/firefox/template +++ b/srcpkgs/firefox/template @@ -1,13 +1,13 @@ # Template build file for 'firefox'. pkgname=firefox -version=9.0 +version=9.0.1 wrksrc=mozilla-release distfiles="ftp://ftp.mozilla.org/pub/mozilla.org/${pkgname}/releases/${version}/source/${pkgname}-${version}.source.tar.bz2" short_desc="Lightweight gecko-based web browser" maintainer="Juan RP " homepage="http://www.mozilla.org/projects/firefox" license="MPL-1.1, GPL-2, LGPL-2.1" -checksum=9e876498da6c2eb2a49b57b461d5b969b11810f6af9eaa858d8e4cb514a9bd05 +checksum=f852011c28b00b26803b4618b52de79c705204b2f4eadba08092a379f94babae long_desc=" Mozilla Firefox is a free, open-source and cross-platform web browser for Windows, Linux, MacOS X and many other operating systems. It is @@ -52,7 +52,7 @@ do_build() { sed -i '/^PRE_RELEASE_SUFFIX := ""/s/ ""//' browser/base/Makefile.in cp -f ${FILESDIR}/mozconfig .mozconfig export LDFLAGS="$XBPS_LDFLAGS -Wl,-R/usr/lib/firefox" - make -f client.mk MOZ_MAKE_FLAGS="${makejobs}" + make ${makejobs} -f client.mk MOZ_MAKE_FLAGS="${makejobs}" } do_install() {