X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/projects.git/blobdiff_plain/7c9179865a6457ed9bbe4dec9d00c37ceb18bdc0..2db0d888c5eefc4a7d7dfd7bc367db3e2679f3a4:/tools/make/mconfigure diff --git a/tools/make/mconfigure b/tools/make/mconfigure index 7bd494e..9217fa1 100755 --- a/tools/make/mconfigure +++ b/tools/make/mconfigure @@ -28,6 +28,7 @@ function set_build { tag="${tag}M" fi version=${tag%%-*} + version=${version##*_} build=${tag#*-} fi }