summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2022-07-02 18:22:32 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2022-07-03 07:35:00 -0400
commit9d852accbebc85ab3cceead488513043a9c8ff23 (patch)
tree4c5422881a098ab5745c4cbe706683b331c75192
parentddfd498b4bd69fe172b180d53f16f9922aa3a6ff (diff)
[iceweasel]: housekeeping
-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