]> de.git.xonotic.org Git - xonotic/xonotic.git/blobdiff - misc/tools/xonotic-map-compiler-autobuild
fix another path name typo
[xonotic/xonotic.git] / misc / tools / xonotic-map-compiler-autobuild
index ca824d7bf5d33efc849483b88072d7c29590c4c4..8ab0f443ac234229a0073d369b862dee4af25a67 100755 (executable)
@@ -177,7 +177,7 @@ buildthemap()
        t0=`date +%s`
        (
                cd ../..
-               misc/tools/xonotic-map-compiler-optionsfile "data/xonotic-data.pk3dir/maps/$M" $build_override > "data/xonotic-data.pk3dir/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