From 1ce33059a9b4ad1ba406ff78e69ef6f40b36f94d Mon Sep 17 00:00:00 2001 From: Matthias Reichl Date: Fri, 1 Mar 2019 13:10:35 +0100 Subject: [PATCH] update_retroplayer-addons: exclude game.netplay from updates Signed-off-by: Matthias Reichl --- tools/mkpkg/update_retroplayer-addons | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mkpkg/update_retroplayer-addons b/tools/mkpkg/update_retroplayer-addons index 8a87aba073..66f1ca922e 100755 --- a/tools/mkpkg/update_retroplayer-addons +++ b/tools/mkpkg/update_retroplayer-addons @@ -15,7 +15,7 @@ fi # BUMP_PKG_REV: bump PKG_REV if PKG_VERSION has changed # list of packages to exclude from update -EXCLUDED_PACKAGES="" +EXCLUDED_PACKAGES="game.netplay" MY_DIR="$(dirname "$0")" ROOT="$(cd "${MY_DIR}"/../.. && pwd)"