projects
/
xonotic
/
xonotic.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a11031
)
Fix xonotic.exe name
author
Rudolf Polzer <divVerent@xonotic.org>
Sun, 4 Jan 2015 13:22:30 +0000
(14:22 +0100)
committer
Rudolf Polzer <divVerent@xonotic.org>
Sun, 4 Jan 2015 13:22:30 +0000
(14:22 +0100)
misc/tools/all/release.subr
patch
|
blob
|
history
diff --git
a/misc/tools/all/release.subr
b/misc/tools/all/release.subr
index e44c7c7e26557891c5455b79702b1589eab6e0cf..2b4699038731698ce3bb3a90bc92df5eae977883 100644
(file)
--- 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"