From 157ddbef87834c1b04a4bcff682942268ff642f6 Mon Sep 17 00:00:00 2001 From: Michael Wagner Date: Wed, 18 Apr 2018 18:24:08 +0200 Subject: [PATCH] phpide --- tools/make/mconfigure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/make/mconfigure b/tools/make/mconfigure index be5f3ba..b16fd55 100755 --- a/tools/make/mconfigure +++ b/tools/make/mconfigure @@ -25,7 +25,7 @@ function set_build { then tag="${tag}M" fi - version=${tag%-*} + version=${tag%%-*} build=${tag#*-} fi } @@ -60,6 +60,7 @@ then exit 2 fi +paket=$1 echo "export paket=$1" > debian/setenv.sh shift ARCH="" -- 2.20.1