From: Rudolf Polzer Date: Sun, 4 Jan 2015 13:22:30 +0000 (+0100) Subject: Fix xonotic.exe name X-Git-Tag: xonotic-v0.8.0~2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=252fd9281721404fc15405ce704cd4a052c93211;p=xonotic%2Fxonotic.git Fix xonotic.exe name --- diff --git a/misc/tools/all/release.subr b/misc/tools/all/release.subr index e44c7c7e..2b469903 100644 --- a/misc/tools/all/release.subr +++ b/misc/tools/all/release.subr @@ -207,7 +207,7 @@ case "$cmd" in release_common binary=$1 basename=${binary##*/} - dpname=darkplaces-${basename#xonotic-} + dpname=darkplaces${basename#xonotic} rev=`( cd "$d0/darkplaces" && git rev-parse HEAD )` verbose wget -O "$binary" "http://beta.xonotic.org/autobuild-bin/$rev/$dpname" [ -s "$binary" ] || rm -f "$binary"