Log message for revision 40598:
  better way to determine the tag name
  

Changed:
  U   Zope/branches/2.9/inst/Makefile.in

-=-
Modified: Zope/branches/2.9/inst/Makefile.in
===================================================================
--- Zope/branches/2.9/inst/Makefile.in  2005-12-06 15:49:53 UTC (rev 40597)
+++ Zope/branches/2.9/inst/Makefile.in  2005-12-06 15:53:30 UTC (rev 40598)
@@ -95,7 +95,7 @@
 
 # Building a source distribution requires that zpkg be available:
 sdist: version_txt
-       ${ZPKG} -C ${BASE_DIR}/releases/Zope2.cfg -r `basename ${BASE_DIR}`
+       ${ZPKG} -C ${BASE_DIR}/releases/Zope2.cfg -r 
${MAJOR_VERSION}${MINOR_VERSION}${RELEASE_TAG}
 
 # clobber:     Make the source tree 'pristine' again.
 clobber: clean uninstance

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to