SPECS: builder - $TAGVER used only if $TAG_VERSION" = yes

glen glen at pld-linux.org
Mon Mar 5 19:08:33 CET 2007


Author: glen                         Date: Mon Mar  5 18:08:33 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- $TAGVER used only if $TAG_VERSION" = yes

---- Files affected:
SPECS:
   builder (1.491 -> 1.492) 

---- Diffs:

================================================================
Index: SPECS/builder
diff -u SPECS/builder:1.491 SPECS/builder:1.492
--- SPECS/builder:1.491	Mon Mar  5 19:06:43 2007
+++ SPECS/builder	Mon Mar  5 19:08:27 2007
@@ -1107,9 +1107,9 @@
 	echo "Version: $PACKAGE_VERSION"
 	echo "Release: $PACKAGE_RELEASE"
 
-	local TAGVER=`make_tagver`
-
+	local TAGVER
 	if [ "$TAG_VERSION" = "yes" ]; then
+		TAGVER=`make_tagver`
 		echo "CVS tag: $TAGVER"
 	fi
 	if [ -n "$TAG" ]; then
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/builder?r1=1.491&r2=1.492&f=u



More information about the pld-cvs-commit mailing list