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