update_binary-addons: exclude vfs.sacd from updates

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2019-03-01 13:13:37 +01:00
parent e126bb7dec
commit 3f2eb80d8f

View File

@ -10,7 +10,7 @@ if [ -z "$1" ]; then
fi
# list of packages to exclude from update
EXCLUDED_PACKAGES=""
EXCLUDED_PACKAGES="vfs.sacd"
# the following environment variables can be set to "yes" to enable optional features:
# KEEP_GIT_DIRS: don't delete cloned git directories after update check