[Zope-Checkins] CVS: Zope/inst - Makefile.in:1.14.2.3
Chris McDonough
chrism@zope.com
Thu, 24 Jul 2003 15:23:04 -0400
Update of /cvs-repository/Zope/inst
In directory cvs.zope.org:/tmp/cvs-serv12840
Modified Files:
Tag: Zope-2_7-branch
Makefile.in
Log Message:
Merge of make sdist fix from HEAD.
=== Zope/inst/Makefile.in 1.14.2.2 => 1.14.2.3 ===
--- Zope/inst/Makefile.in:1.14.2.2 Tue Jul 22 16:59:18 2003
+++ Zope/inst/Makefile.in Thu Jul 24 15:22:58 2003
@@ -120,7 +120,7 @@
${MKDIR} ${TMPDIR}
${CD} ${TMPDIR} && ${LN} ${BASE_DIR} ${PACKAGE_NAME} && \
${TAR} czfh ${BASE_DIR}/${PACKAGE_NAME}.tgz ${PACKAGE_NAME} \
- --exclude=${PACKAGE_NAME}.tar.gz\
+ --exclude=${PACKAGE_NAME}.tgz\
--exclude=CVS \
--exclude=.cvsignore \
--exclude=makefile \