summaryrefslogtreecommitdiff
path: root/libre/iceweasel/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'libre/iceweasel/PKGBUILD')
-rw-r--r--libre/iceweasel/PKGBUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/libre/iceweasel/PKGBUILD b/libre/iceweasel/PKGBUILD
index a3b1f39cf..3f0661f0f 100644
--- a/libre/iceweasel/PKGBUILD
+++ b/libre/iceweasel/PKGBUILD
@@ -287,6 +287,11 @@ END
# Removing What's New tab from Developer Tools, usages are removed by libre.patch
rm -rf devtools/client/whats-new
+
+ # Removing files specified in .gitignore.
+ # Upstream tarball can contain some ignored cruft,
+ # including binary blobs (for example, python2).
+ git init && git clean -dfX -e \!ipc/chromium/src/third_party/libevent/evconfig-private.h
}
build() {