[Zope-Checkins] CVS: Zope/inst - Makefile.in:1.14.2.12
Andreas Jung
andreas at andreas-jung.com
Sun Jul 10 07:22:50 EDT 2005
Update of /cvs-repository/Zope/inst
In directory cvs.zope.org:/tmp/cvs-serv31938/inst
Modified Files:
Tag: Zope-2_7-branch
Makefile.in
Log Message:
rearranged tar arguments
=== Zope/inst/Makefile.in 1.14.2.11 => 1.14.2.12 ===
--- Zope/inst/Makefile.in:1.14.2.11 Mon Nov 8 01:37:02 2004
+++ Zope/inst/Makefile.in Sun Jul 10 07:22:48 2005
@@ -122,14 +122,14 @@
sdist_tgz: version_txt
${MKDIR} ${TMPDIR}
${CD} ${TMPDIR} && ${LN} ${BASE_DIR} ${PACKAGE_NAME} && \
- ${TAR} czfh ${BASE_DIR}/${PACKAGE_NAME}.tgz ${PACKAGE_NAME} \
- --exclude=${PACKAGE_NAME}.tgz\
+ ${TAR} czfh ${BASE_DIR}/${PACKAGE_NAME}.tgz \
+ --exclude=${PACKAGE_NAME}.tgz \
--exclude=CVS \
--exclude=.cvsignore \
--exclude=makefile \
--exclude=build-base \
--exclude=*~ \
- --exclude=.#*
+ --exclude=.#* ${PACKAGE_NAME}
${RM} "${BASE_DIR}/lib/python/version.txt"
${RMRF} ${TMPDIR}/${PACKAGE_NAME}
More information about the Zope-Checkins
mailing list