Log message for revision 70521:
  fixing the permissions before building the tar ball (experimental)
  

Changed:
  U   Zope/trunk/inst/Makefile.in

-=-
Modified: Zope/trunk/inst/Makefile.in
===================================================================
--- Zope/trunk/inst/Makefile.in 2006-10-04 10:59:16 UTC (rev 70520)
+++ Zope/trunk/inst/Makefile.in 2006-10-04 11:02:29 UTC (rev 70521)
@@ -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