summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libre/iceweasel/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/libre/iceweasel/PKGBUILD b/libre/iceweasel/PKGBUILD
index 6800006a0..c55b0a190 100644
--- a/libre/iceweasel/PKGBUILD
+++ b/libre/iceweasel/PKGBUILD
@@ -416,8 +416,8 @@ END
# Delete unused search engine configs
find -mindepth 1 -maxdepth 1 \
- -not -name ddg \
- -not -name wikipedia \
+ -not -name ddg \
+ -not -name wikipedia \
-exec rm -frv {} \;
popd > /dev/null
@@ -428,10 +428,10 @@ END
# Upstream tarball can contain some ignored cruft,
# including binaries (for example, python3).
echo 'Removing files specified in .gitignore...'
- git init && git clean -dfX \
- -e '!ipc/chromium/src/third_party/libevent/evconfig-private.h' \
- -e '!toolkit/crashreporter/google-breakpad/src/third_party/lss/' \
- -e '!third_party/python/**/*.egg-info/'
+ git init && git clean -dfX \
+ --exclude='!ipc/chromium/src/third_party/libevent/evconfig-private.h' \
+ --exclude='!toolkit/crashreporter/google-breakpad/src/third_party/lss/' \
+ --exclude='!third_party/python/**/*.egg-info/'
rm -rf .git
# Remove test-related networking dumps, because they contain code from