[Zope-Checkins] SVN: Zope/branches/2.9/inst/Makefile.in better way
	to determine the tag name
    Andreas Jung 
    andreas at andreas-jung.com
       
    Tue Dec  6 10:53:31 EST 2005
    
    
  
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
    
    
More information about the Zope-Checkins
mailing list