[Zope-Checkins] SVN: Zope/branches/2.10/inst/Makefile.in fixing
permissions of files before building the tar ball (experimental)
Andreas Jung
andreas at andreas-jung.com
Wed Oct 4 06:56:40 EDT 2006
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 \
More information about the Zope-Checkins
mailing list