From bf768a38b2a61c65379d7fee6c6f44daa53687a7 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Thu, 5 Aug 2010 17:10:00 +0200 Subject: [PATCH] fix loading of the compiled maps --- all | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 all diff --git a/all b/all old mode 100755 new mode 100644 index 22aa69f3..6eb6965a --- a/all +++ b/all @@ -1041,8 +1041,8 @@ case "$cmd" in 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 -- 2.39.2