summaryrefslogtreecommitdiff
path: root/libre-testing/icedove-libre/PKGBUILD
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <andre@pc-01.localdomain>2012-04-26 00:22:56 -0300
committerAndré Fabian Silva Delgado <andre@pc-01.localdomain>2012-04-26 00:22:56 -0300
commit53108c2d6a05bd1a8e520f2b43c94226eda1c3e6 (patch)
tree342256ddc65754bc656412697719c4d4a4b1d6b2 /libre-testing/icedove-libre/PKGBUILD
parenta2699f4de6c75a562a81162ffd0d1d294fb4b3d2 (diff)
icedove-libre: fixing searchplugins-libre.patch
Diffstat (limited to 'libre-testing/icedove-libre/PKGBUILD')
-rw-r--r--libre-testing/icedove-libre/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/libre-testing/icedove-libre/PKGBUILD b/libre-testing/icedove-libre/PKGBUILD
index 4d5ee4bb9..0e4a209a6 100644
--- a/libre-testing/icedove-libre/PKGBUILD
+++ b/libre-testing/icedove-libre/PKGBUILD
@@ -38,7 +38,7 @@ md5sums=('3efe2ef4d5471aae3b79531ce8aee9dc'
'4eecc4fc5aafaf0da651a09eadc90bee'
'5a6282bb005d596aa4ab1884ac6b0517'
'66376a8e934013078f0e646e49614937'
- '836528f4b4907a3ffb3f3a3c46e2c442')
+ '8f6d5be227bb68e1558dd6674cbba446')
build() {
export QUILT_PATCHES=debian/patches
@@ -58,7 +58,7 @@ build() {
patch -Np1 -i "$srcdir/makefile.patch"
# Removing non-free search plugins replacing them with duckduckgo and identi.ca
- patch -Np1 -i "$srcdir/searchplugins-libre.patch"
+ patch -Np0 -i "$srcdir/searchplugins-libre.patch"
make -j1 -f client.mk build MOZ_MAKE_FLAGS="$MAKEFLAGS"
}