From a18e777f569cb9b5a8fd13fd0d382ea24189ba2b Mon Sep 17 00:00:00 2001 From: Matthias Reichl Date: Fri, 1 Mar 2019 13:13:37 +0100 Subject: [PATCH] update_binary-addons: exclude vfs.sacd from updates Signed-off-by: Matthias Reichl --- tools/mkpkg/update_binary-addons | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mkpkg/update_binary-addons b/tools/mkpkg/update_binary-addons index cbb47eb2e5..a889960810 100755 --- a/tools/mkpkg/update_binary-addons +++ b/tools/mkpkg/update_binary-addons @@ -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