From: Rudolf Polzer Date: Sun, 16 Jun 2013 18:51:06 +0000 (+0200) Subject: fix another path name typo X-Git-Tag: xonotic-v0.8.0~114 X-Git-Url: http://de.git.xonotic.org/?a=commitdiff_plain;h=1abf6f146b25fb187fb3e30de06fda334bf363da;p=xonotic%2Fxonotic.git fix another path name typo --- diff --git a/misc/tools/xonotic-map-compiler-autobuild b/misc/tools/xonotic-map-compiler-autobuild index b4cf1647..8ab0f443 100755 --- a/misc/tools/xonotic-map-compiler-autobuild +++ b/misc/tools/xonotic-map-compiler-autobuild @@ -177,7 +177,7 @@ buildthemap() t0=`date +%s` ( cd ../.. - misc/tools/xonotic-map-compiler-optionsfile "data/xonotic-maps/maps/$M" $build_override > "data/xonotic-maps/maps/$M.log" 2>&1 + misc/tools/xonotic-map-compiler-optionsfile "data/xonotic-maps.pk3dir/maps/$M" $build_override > "data/xonotic-maps.pk3dir/maps/$M.log" 2>&1 ) status=$? if ! [ -f "maps/$M.bsp" ]; then