From 7c937ae9dd5bb081de141110a33acf401402a748 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 2 Sep 2012 18:03:01 +0900 Subject: [PATCH] mingw: Use new LABEL variable to identify the build --- mingw-release | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mingw-release b/mingw-release index faf5a32e..90cefc6d 100755 --- a/mingw-release +++ b/mingw-release @@ -33,6 +33,7 @@ test -z "$HOST" && HOST=i686-w64-mingw32 test -z "$BUILD_VER" && BUILD_VER=1 +test -z "$LABEL" && LABEL=$HOST . ./script-helper @@ -43,7 +44,7 @@ if [ -z "$VERSION" ]; then exit 1 fi -DIST_DIR=aria2-${VERSION}-${HOST}-build${BUILD_VER} +DIST_DIR=aria2-${VERSION}-${LABEL}-build${BUILD_VER} /usr/bin/$HOST-strip src/aria2c.exe mkdir $DIST_DIR