[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/inst/Makefile.in
fixed tar call
Andreas Jung
andreas at andreas-jung.com
Fri Jul 15 10:38:18 EDT 2005
Log message for revision 33328:
fixed tar call
Changed:
U Zope/branches/Zope-2_8-branch/inst/Makefile.in
-=-
Modified: Zope/branches/Zope-2_8-branch/inst/Makefile.in
===================================================================
--- Zope/branches/Zope-2_8-branch/inst/Makefile.in 2005-07-15 14:37:32 UTC (rev 33327)
+++ Zope/branches/Zope-2_8-branch/inst/Makefile.in 2005-07-15 14:38:13 UTC (rev 33328)
@@ -118,13 +118,13 @@
sdist_tgz: ${BASE_DIR}/lib/python/version.txt
${MKDIR} ${TMPDIR}
${CD} ${TMPDIR} && ${LN} ${BASE_DIR} ${PACKAGE_NAME} && \
- ${TAR} czfh ${BASE_DIR}/${PACKAGE_NAME}.tgz ${PACKAGE_NAME} \
+ ${TAR} czfh ${BASE_DIR}/${PACKAGE_NAME}.tgz \
--exclude=${PACKAGE_NAME}.tgz\
--exclude=.svn\
--exclude=makefile \
--exclude=build-base \
--exclude=*~ \
- --exclude=.#*
+ --exclude=.#* ${PACKAGE_NAME}
${RMRF} ${TMPDIR}/${PACKAGE_NAME}
# clobber: Make the source tree 'pristine' again.
More information about the Zope-Checkins
mailing list