Commit e0c45ccb authored by Andreas Jung's avatar Andreas Jung

fix the file permissions before building the tar ball (experimental)

parent 8d2c40da
......@@ -119,6 +119,8 @@ sdist: clobber sdist_tgz
# 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} ${TMP_DIR}
${CD} ${TMP_DIR} && ${LN} ${BASE_DIR} ${PACKAGE_NAME} && \
${TAR} czfh ${BASE_DIR}/${PACKAGE_NAME}.tgz \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment