[Zope-Checkins] SVN: Zope/branches/2.9/inst/Makefile.in we need to
	pass -r tagname to zpkg
    Andreas Jung 
    andreas at andreas-jung.com
       
    Tue Dec  6 10:49:54 EST 2005
    
    
  
Log message for revision 40597:
  we need to pass -r tagname to zpkg
  
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:39:04 UTC (rev 40596)
+++ Zope/branches/2.9/inst/Makefile.in	2005-12-06 15:49:53 UTC (rev 40597)
@@ -95,7 +95,7 @@
 
 # Building a source distribution requires that zpkg be available:
 sdist: version_txt
-	${ZPKG} -C ${BASE_DIR}/releases/Zope2.cfg
+	${ZPKG} -C ${BASE_DIR}/releases/Zope2.cfg -r `basename ${BASE_DIR}`
 
 # clobber:     Make the source tree 'pristine' again.
 clobber: clean uninstance
    
    
More information about the Zope-Checkins
mailing list