diff options
author | grizzlyuser <grizzlyuser@protonmail.com> | 2020-07-05 18:23:37 +0300 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2020-07-10 11:28:49 +0200 |
commit | 37699250ec779951c3b984be6308a3b3b00ebdc8 (patch) | |
tree | 4433bc00b7d0c2bfeb42ab6b4202ccd21eaf25b8 /libre/iceweasel | |
parent | bad46dec83f8fd45aa28268d724e2cf912190dc0 (diff) | |
download | abslibre-37699250ec779951c3b984be6308a3b3b00ebdc8.tar.gz abslibre-37699250ec779951c3b984be6308a3b3b00ebdc8.tar.bz2 abslibre-37699250ec779951c3b984be6308a3b3b00ebdc8.zip |
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/PKGBUILD | 5 |
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() { |