From f00b4d0263e901505b859e929fe315334a6498f0 Mon Sep 17 00:00:00 2001 From: Jared Ballou Date: Mon, 9 May 2016 14:46:23 -0400 Subject: [PATCH] Updated tools for new paths --- GameServerQuery/gsquery.py | 0 tools/manifest.sh | 2 +- tools/update-game-list.sh | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 GameServerQuery/gsquery.py diff --git a/GameServerQuery/gsquery.py b/GameServerQuery/gsquery.py old mode 100644 new mode 100755 diff --git a/tools/manifest.sh b/tools/manifest.sh index 82b0864e9..cc9326d92 100755 --- a/tools/manifest.sh +++ b/tools/manifest.sh @@ -27,7 +27,7 @@ function fn_get_git_hash(){ } -fn_githget_ub_manifest(){ +fn_get_github_manifest(){ # Create cache directory if missing if [ ! -e "${cachedir}" ] then diff --git a/tools/update-game-list.sh b/tools/update-game-list.sh index 4b6edc03d..75e098bf5 100755 --- a/tools/update-game-list.sh +++ b/tools/update-game-list.sh @@ -3,7 +3,7 @@ GAMEDATA=../gamedata MODDATA=${GAMEDATA}/mods GAMELIST=${GAMEDATA}/__game_list MODLIST=${GAMEDATA}/__mod_list -GAMEFILES=$(find "${GAMEDATA}" -maxdepth 1 -type f | egrep -v '(\/_|README.md)') +GAMEFILES=$(find "${GAMEDATA}/games" -maxdepth 1 -type f | egrep -v '(\/_|README.md)') #-printf '"%p" ') MODFILES=$(find "${MODDATA}" -type f) # -printf '"%p" ')