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.

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to