]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
fix loading of the compiled maps
authorRudolf Polzer <divVerent@alientrap.org>
Thu, 5 Aug 2010 15:10:00 +0000 (17:10 +0200)
committerRudolf Polzer <divVerent@alientrap.org>
Thu, 5 Aug 2010 15:10:00 +0000 (17:10 +0200)
all [changed mode: 0755->0644]

diff --git a/all b/all
old mode 100755 (executable)
new mode 100644 (file)
index 22aa69f..6eb6965
--- a/all
+++ b/all
@@ -1041,8 +1041,8 @@ case "$cmd" in
                        for X in data/*-????????????????????????????????????????-????????????????????????????????????????.pk3; do
                                if [ -f "$X" ]; then
                                        (
                        for X in data/*-????????????????????????????????????????-????????????????????????????????????????.pk3; do
                                if [ -f "$X" ]; then
                                        (
-                                               cd Xonotic/data/xonotic-maps.pk3dir
-                                               unzip ../../../"$X"
+                                               cd Xonotic/temp
+                                               unzip ../../"$X"
                                        )
                                fi
                        done
                                        )
                                fi
                        done