summaryrefslogtreecommitdiff
path: root/libre/iceweasel
diff options
context:
space:
mode:
authorgrizzlyuser <grizzlyuser@protonmail.com>2020-07-05 18:23:37 +0300
committerAndreas Grapentin <andreas@grapentin.org>2020-07-10 11:28:49 +0200
commit37699250ec779951c3b984be6308a3b3b00ebdc8 (patch)
tree4433bc00b7d0c2bfeb42ab6b4202ccd21eaf25b8 /libre/iceweasel
parentbad46dec83f8fd45aa28268d724e2cf912190dc0 (diff)
libre/iceweasel: Clean ignored files from tarball
Signed-off-by: Andreas Grapentin <andreas@grapentin.org>
Diffstat (limited to 'libre/iceweasel')
-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() {