]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
fix :)
authorRudolf Polzer <divverent@alientrap.org>
Fri, 1 Oct 2010 21:57:49 +0000 (23:57 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Fri, 1 Oct 2010 21:57:49 +0000 (23:57 +0200)
misc/tools/xonotic-map-compiler-autobuild

index 194905d94270839927fc863a8ec7709c29e1d9da..19703c4769583dbe0427f652748280ab4e6aaea0 100755 (executable)
@@ -205,8 +205,8 @@ screenshotthemap()
        if [ -n "$IRCSPAM" ]; then
                ss2spam "$M" "$url$M-$blobhash/" "$REFNAME" "$HASH" 0 > "maps/$M.ircss"
        fi
+       chmod 1777 "$M-$blobhash"
        ln -snf "../$M-$blobhash" "$M" # from ALL branches, so beware!
-       chmod -R 1777 "$M"
        rsync -vaSHP "$M-$blobhash" "$url_ssh"
        rsync -vaSHP "$M" "$url_ssh""latest/"
        if [ -n "$IRCSPAM" ]; then