From a66a074373912644f8b66be473f00adbdc0413f4 Mon Sep 17 00:00:00 2001 From: Matthias Reichl Date: Fri, 1 Mar 2019 17:54:41 +0100 Subject: [PATCH] update_binary-addons: exclude vfs.nfs from updates vfs.nfs isn't released yet 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 e81f6649e1..27b1244ebe 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="vfs.sacd" +EXCLUDED_PACKAGES="vfs.nfs 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