]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
fix a typo
authorRudolf Polzer <divVerent@alientrap.org>
Thu, 27 May 2010 13:17:50 +0000 (15:17 +0200)
committerRudolf Polzer <divVerent@alientrap.org>
Thu, 27 May 2010 13:17:50 +0000 (15:17 +0200)
misc/tools/xonotic-map-compiler-autobuild

index fbddd0d7a7ff0dc8c12e3e5a999d012fbdc01ede..a22dceb4a98e3fb78401395253b6e8493752631a 100755 (executable)
@@ -36,7 +36,7 @@ buildthemap()
                ../../../misc/tools/xonotic-map-compiler "$M" -noshaderlist `head -n 1 "$M.map.options"` 2>&1 | tee "$M.log"
        )
        zip -9r "$bspdir/$M-$blobhash.pk3" "maps/$M.bsp" "maps/$M.log" "maps/$M/" "maps/$M.lin" "gfx/${M}_mini.tga"
                ../../../misc/tools/xonotic-map-compiler "$M" -noshaderlist `head -n 1 "$M.map.options"` 2>&1 | tee "$M.log"
        )
        zip -9r "$bspdir/$M-$blobhash.pk3" "maps/$M.bsp" "maps/$M.log" "maps/$M/" "maps/$M.lin" "gfx/${M}_mini.tga"
-       ln -snf "../$M-blobhash.pk3" "$bspdir/latest/$M.pk3" # from ALL branches, so beware!
+       ln -snf "../$M-$blobhash.pk3" "$bspdir/latest/$M.pk3" # from ALL branches, so beware!
 }
 
 getthemap()
 }
 
 getthemap()