summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2024-02-12 12:11:16 -0500
committerbill-auger <mr.j.spam.me@gmail.com>2024-02-17 09:05:32 -0500
commit2c52a5576f88ef7c3ed3f5d35db1186796089171 (patch)
treeea4393817fb63725b1b6e08a1dc8219c6234deb7
parentc6c79fa1555b6b5b78e8701daa10de672ccc040b (diff)
iceweasel: increase logging noise (didnt pan out)
-rw-r--r--libre/iceweasel/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/iceweasel/PKGBUILD b/libre/iceweasel/PKGBUILD
index 2e82e9168..fcfa8c107 100644
--- a/libre/iceweasel/PKGBUILD
+++ b/libre/iceweasel/PKGBUILD
@@ -616,7 +616,7 @@ END
find "${tippytopdir}" -type f \
-not -name 'wikipedia-org*' \
-not -name 'top_sites.json' \
- -exec rm -v {} \; | grep -Fq ''
+ -exec rm {} \;
[[ "${CARCH}" != armv7h ]] || export MAGICK_TIME_LIMIT=300 # magick: time limit exceeded
for image in "${branding_srcdir}"/tippytop/*.svg; do
local outname=$(basename -s .svg "${image}")
@@ -646,7 +646,7 @@ END
find -mindepth 1 -maxdepth 1 \
-not -name ddg \
-not -name wikipedia \
- -exec rm -frv {} \; | grep -Fq ''
+ -exec rm -fr {} \;
popd > /dev/null