[Zope-Checkins] SVN: Zope/trunk/inst/Makefile.in Fixed tar call
Andreas Jung
andreas at andreas-jung.com
Fri Jul 15 10:37:32 EDT 2005
Log message for revision 33327:
Fixed tar call
Changed:
U Zope/trunk/inst/Makefile.in
-=-
Modified: Zope/trunk/inst/Makefile.in
===================================================================
--- Zope/trunk/inst/Makefile.in 2005-07-15 14:21:04 UTC (rev 33326)
+++ Zope/trunk/inst/Makefile.in 2005-07-15 14:37:32 UTC (rev 33327)
@@ -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