From daa8bfa0b69d353f92ccfb95ce78cae73789b455 Mon Sep 17 00:00:00 2001 From: grizzlyuser Date: Mon, 6 Jul 2020 12:50:20 +0300 Subject: libre/iceweasel: Add more git clean excludes Build fails without them. Haven't found any binary blobs in these paths. Signed-off-by: Andreas Grapentin --- libre/iceweasel/PKGBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libre/iceweasel/PKGBUILD b/libre/iceweasel/PKGBUILD index dccebc5f0..f165f318c 100644 --- a/libre/iceweasel/PKGBUILD +++ b/libre/iceweasel/PKGBUILD @@ -292,7 +292,10 @@ END # 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 + 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/' } _check_build_config() { -- cgit v1.2.3