[Zope-Checkins] SVN: Zope/branches/2.9/inst/Makefile.in fix
Andreas Jung
andreas at andreas-jung.com
Tue Dec 6 10:56:34 EST 2005
Log message for revision 40601:
fix
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:54:10 UTC (rev 40600)
+++ Zope/branches/2.9/inst/Makefile.in 2005-12-06 15:56:33 UTC (rev 40601)
@@ -95,7 +95,7 @@
# Building a source distribution requires that zpkg be available:
sdist: version_txt
- ${ZPKG} -C ${BASE_DIR}/releases/Zope2.cfg -r ${MAJOR_VERSION}${MINOR_VERSION}${RELEASE_TAG}
+ ${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