Log message for revision 70519:
  fixing permissions of files before building the tar ball (experimental)
  

Changed:
  U   Zope/branches/2.10/inst/Makefile.in

-=-
Modified: Zope/branches/2.10/inst/Makefile.in
===================================================================
--- Zope/branches/2.10/inst/Makefile.in 2006-10-04 10:07:59 UTC (rev 70518)
+++ Zope/branches/2.10/inst/Makefile.in 2006-10-04 10:56:39 UTC (rev 70519)
@@ -117,6 +117,8 @@
 # sdist_tgz:   Create a tgz archive file as a source distribution.
 #
 sdist_tgz: version_txt
+       ${FIND} . -type f -exec chmod a+r {} \; 
+       ${FIND} . -type d -exec chmod a+rx {} \; 
        ${MKDIR} ${TMPDIR}
        ${CD} ${TMPDIR} && ${LN} ${BASE_DIR} ${PACKAGE_NAME} && \
           ${TAR} czfh ${BASE_DIR}/${PACKAGE_NAME}.tgz \

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

Reply via email to