]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - install-gamepacks.sh
load notex textures from a builtin vfs
[xonotic/netradiant.git] / install-gamepacks.sh
index b42c59cbe30166cbfe7c0edbb4fe079fe454404b..bc49364b9bdac1b2d230e2947089781e41fcecb6 100755 (executable)
@@ -20,8 +20,8 @@ case "$DOWNLOAD_GAMEPACKS" in
 esac
 
 set -e
-for GAME in games/*; do
-       if [ "$GAME" = "games/*" ]; then
+for GAME in games/*Pack; do
+       if [ "$GAME" = "games/*Pack" ]; then
                $ECHO "Game packs not found, please run"
                $ECHO "  $SOURCE_DIR/download-gamepacks.sh"
                $ECHO "and then try again!"