From 3f2eb80d8f58b2fb22c1fd664c49b2871f4e0a5a 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