]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
support ESV version strings
authorMark Andrews <marka@isc.org>
Tue, 13 Oct 2009 03:04:55 +0000 (03:04 +0000)
committerMark Andrews <marka@isc.org>
Tue, 13 Oct 2009 03:04:55 +0000 (03:04 +0000)
util/kit.sh

index 7ce037f1a8995856d03567428e1ddc62633e12d1..317b792f970c633673bdefbe1b0d6fadc37010b6 100644 (file)
@@ -15,7 +15,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: kit.sh,v 1.31.128.2 2009/07/16 23:46:44 tbox Exp $
+# $Id: kit.sh,v 1.31.128.3 2009/10/13 03:04:55 marka Exp $
 
 # Make a release kit
 #
@@ -80,7 +80,7 @@ then
     arg=-D
 fi
 
-version=${MAJORVER}.${MINORVER}.${PATCHVER}${RELEASETYPE}${RELEASEVER}
+version=${MAJORVER}.${MINORVER}${PATCHVER:+.}${PATCHVER}${RELEASETYPE}${RELEASEVER}
 
 echo "building release kit for BIND version $version, hold on..."