From ff9c5077503b3a9b22be57b073d1d77bb959bb04 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 31 Dec 2011 17:22:18 -0500 Subject: fix firefox-install-dir.patch for iceweasel-libre Apparently debian patched config/autoconf.mk.in to have installdir use $(MOZ_APP_BASE_VERSION) instead of $(MOZ_APP_VERSION). This is what Firefox did at least through version 7, and is something I would normally agree with, but it breaks firefox-install-dir.patch. --- mozilla-testing/iceweasel-libre/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'mozilla-testing/iceweasel-libre/PKGBUILD') diff --git a/mozilla-testing/iceweasel-libre/PKGBUILD b/mozilla-testing/iceweasel-libre/PKGBUILD index 3a3d7a561..c565313a8 100644 --- a/mozilla-testing/iceweasel-libre/PKGBUILD +++ b/mozilla-testing/iceweasel-libre/PKGBUILD @@ -56,7 +56,7 @@ source=("${_debrepo}/`debfile ${_debname}`_${_debver}.orig.tar.bz2" mozconfig xulrunner-copy-stub.patch libre.patch - firefox-install-dir.patch + iceweasel-install-dir.patch region.properties vendor.js) @@ -91,9 +91,9 @@ build() { cd "$srcdir/$_pkgname-$pkgver" cp "$srcdir/mozconfig" .mozconfig # Load our build config, disable SafeSearch - patch -Np1 -i "$srcdir/firefox-install-dir.patch" # install to /usr/lib/$pkgname - patch -Np1 -i "${srcdir}/xulrunner-copy-stub.patch" # small fix - patch -Np1 -i "${srcdir}/libre.patch" + patch -Np1 -i "$srcdir/iceweasel-install-dir.patch" # install to /usr/lib/$pkgname + patch -Np1 -i "$srcdir/xulrunner-copy-stub.patch" # small fix + patch -Np1 -i "$srcdir/libre.patch" cp -f ${srcdir}/region.properties ./browser/locales/en-US/chrome/browser-region/ # Fix PRE_RELEASE_SUFFIX @@ -143,6 +143,6 @@ md5sums=('bd656a24d0ba3d4ca7b68aca8081a07d' 'c401067e1ffcb8df5a53076845d28a88' 'a485a2b5dc544a8a2bd40c985d2e5813' '8942889dfa6936dc034e9c2f3503325a' - '1e4bcac59e93d21fffa6a1d1ad235247' + 'e529742c0a425648087bc3ce537fe4c5' 'f1c76e7e244257856a386ca2de69bdf0' '0d053487907de4376d67d8f499c5502b') -- cgit v1.2.3