diff options
author | grizzlyuser <grizzlyuser@protonmail.com> | 2020-07-06 12:50:20 +0300 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2020-07-10 11:28:51 +0200 |
commit | daa8bfa0b69d353f92ccfb95ce78cae73789b455 (patch) | |
tree | 148578e1aceb8890d5df512f768a21cafc8c9ed1 /libre/iceweasel | |
parent | b9a3ddac0dfb60417109d9169bd417d1c7c151d3 (diff) | |
download | abslibre-daa8bfa0b69d353f92ccfb95ce78cae73789b455.tar.gz abslibre-daa8bfa0b69d353f92ccfb95ce78cae73789b455.tar.bz2 abslibre-daa8bfa0b69d353f92ccfb95ce78cae73789b455.zip |
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 <andreas@grapentin.org>
Diffstat (limited to 'libre/iceweasel')
-rw-r--r-- | libre/iceweasel/PKGBUILD | 5 |
1 files changed, 4 insertions, 1 deletions
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() { |