]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
fix another path name typo
authorRudolf Polzer <divverent@xonotic.org>
Sun, 16 Jun 2013 18:51:06 +0000 (20:51 +0200)
committerRudolf Polzer <divverent@xonotic.org>
Sun, 16 Jun 2013 18:51:06 +0000 (20:51 +0200)
misc/tools/xonotic-map-compiler-autobuild

index b4cf1647226b264a3e00152c2dcbdf3116b77b38..8ab0f443ac234229a0073d369b862dee4af25a67 100755 (executable)
@@ -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