Commit 3e475ae7 authored by Chris McDonough's avatar Chris McDonough

Generate a tgz file instead of a .tar.gz file (expected by Zope.org).

parent 31b8924a
......@@ -119,7 +119,7 @@ sdist_tgz:
"${BASE_DIR}/lib/python/version.txt"
${MKDIR} ${TMPDIR}
${CD} ${TMPDIR} && ${LN} ${BASE_DIR} ${PACKAGE_NAME} && \
${TAR} czfh ${BASE_DIR}/${PACKAGE_NAME}.tar.gz ${PACKAGE_NAME} \
${TAR} czfh ${BASE_DIR}/${PACKAGE_NAME}.tgz ${PACKAGE_NAME} \
--exclude=${PACKAGE_NAME}.tar.gz\
--exclude=CVS \
--exclude=.cvsignore \
......
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