Update needs_binaries.sh to include more exclusions

This commit is contained in:
Ed Reel
2018-06-10 21:47:25 +00:00
parent 738b7986f8
commit f53511cd18

View File

@@ -5,9 +5,11 @@ if [ ! -d ../packages ]; then
fi
cd ../packages
arch=$(uname -m)
exclusions=""
exclusions="cabal.rb cros_resize.rb docx2txt.rb dpkg.rb fpc.rb freedos.rb ghc.rb kr.rb"
exclusions+=" libtinfo.rb lsb_release.rb mysqltuner.rb nodebrew.rb nvm.rb oc.rb stack.rb"
exclusions+=" txt2regex.rb uwsgi.rb xdg_base.rb"
if [[ "$arch" == "aarch64" || "$arch" == "armv7l" ]]; then
exclusions="cbase.rb dropbox.rb freebasic.rb google_cloud_sdk.rb lldb.rb mesa.rb misctools.rb"
exclusions+=" cbase.rb dropbox.rb freebasic.rb google_cloud_sdk.rb lldb.rb mesa.rb misctools.rb"
fi
packages=$(grep -L "$arch:" *.rb)
for p in $packages; do