[Zope-Checkins] SVN: Zope/trunk/inst/Makefile.in passing tagname to zpkg

Andreas Jung andreas at andreas-jung.com
Tue Dec 6 11:26:41 EST 2005


Log message for revision 40604:
  passing tagname to zpkg
  

Changed:
  U   Zope/trunk/inst/Makefile.in

-=-
Modified: Zope/trunk/inst/Makefile.in
===================================================================
--- Zope/trunk/inst/Makefile.in	2005-12-06 15:56:56 UTC (rev 40603)
+++ Zope/trunk/inst/Makefile.in	2005-12-06 16:26:41 UTC (rev 40604)
@@ -95,7 +95,7 @@
 
 # Building a source distribution requires that zpkg be available:
 sdist:
-	${ZPKG} -C ${BASE_DIR}/releases/Zope2.cfg
+	${ZPKG} -C ${BASE_DIR}/releases/Zope2.cfg -r ${MAJOR_VERSION}.${MINOR_VERSION}${RELEASE_TAG}
 
 # clobber:     Make the source tree 'pristine' again.
 clobber: clean uninstance



More information about the Zope-Checkins mailing list