diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-04-03 21:51:25 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-04-03 21:51:25 -0300 |
commit | 75513dd76ba39c3dd6a32c024b809020b7330c84 (patch) | |
tree | 85d296ea259033ae7414f4b57b26642a73e6a902 /libre/icecat/PKGBUILD | |
parent | 9d16731a9fff59f15b84eaf253e022c2447530e1 (diff) |
icecat-4.0rc2-1
Diffstat (limited to 'libre/icecat/PKGBUILD')
-rw-r--r-- | libre/icecat/PKGBUILD | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/libre/icecat/PKGBUILD b/libre/icecat/PKGBUILD index 39259f447..c62e1cb4f 100644 --- a/libre/icecat/PKGBUILD +++ b/libre/icecat/PKGBUILD @@ -19,8 +19,8 @@ # * Disabled ContentHandlers and other Google/Yahoo! related services pkgname=icecat -pkgver=4.0rc1 -_pkgver=4.0-rc1 +pkgver=4.0rc2 +_pkgver=4.0-rc2 pkgrel=2 _xulver=2.0 pkgdesc="GNU version of the Firefox browser. SafeBrowsing and other Google services disabled!" @@ -74,6 +74,9 @@ build() { #make -j1 -f client.mk build MOZ_MAKE_FLAGS="${MAKEFLAGS}" ./configure + + touch config* + make MOZ_MAKE_FLAGS="${MAKEFLAGS}" msg2 "Build complete" } @@ -99,7 +102,7 @@ package() { install -m755 -d ${pkgdir}${ICECATDIR}/searchplugins/ install -m644 ${srcdir}/*.xml ${pkgdir}${ICECATDIR}/searchplugins/ } -md5sums=('0aefdb2b3fedf7eca5719939a25abf77' +md5sums=('2e63f5e14540ec58bc8829daa542caf2' '436db1f6167ffe82fcd71a53ffd80d0e' 'e81ad01dbc16ba28bf92ba4b7c309ca7' 'd93fe402b87cd000a869e1fd6badc6c9' |