[Zope-Checkins] CVS: Zope/inst - Makefile.in:1.16
Chris McDonough
chrism@zope.com
Tue, 22 Jul 2003 16:34:18 -0400
Update of /cvs-repository/Zope/inst
In directory cvs.zope.org:/tmp/cvs-serv13160
Modified Files:
Makefile.in
Log Message:
Generate a tgz file instead of a .tar.gz file (expected by Zope.org).
=== Zope/inst/Makefile.in 1.15 => 1.16 ===
--- Zope/inst/Makefile.in:1.15 Sun Jul 13 20:47:58 2003
+++ Zope/inst/Makefile.in Tue Jul 22 16:34:12 2003
@@ -119,7 +119,7 @@
"${BASE_DIR}/lib/python/version.txt"
${MKDIR} ${TMPDIR}
${CD} ${TMPDIR} && ${LN} ${BASE_DIR} ${PACKAGE_NAME} && \
- ${TAR} czfh ${BASE_DIR}/${PACKAGE_NAME}.tar.gz ${PACKAGE_NAME} \
+ ${TAR} czfh ${BASE_DIR}/${PACKAGE_NAME}.tgz ${PACKAGE_NAME} \
--exclude=${PACKAGE_NAME}.tar.gz\
--exclude=CVS \
--exclude=.cvsignore \