diff options
Diffstat (limited to 'libre-testing/icedove-libre/PKGBUILD')
-rw-r--r-- | libre-testing/icedove-libre/PKGBUILD | 4 |
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" } |