Commit 5697af9f authored by Andreas Jung's avatar Andreas Jung

better way to determine the tag name

parent 2519b21c
......@@ -95,7 +95,7 @@ version_txt:
# Building a source distribution requires that zpkg be available:
sdist: version_txt
${ZPKG} -C ${BASE_DIR}/releases/Zope2.cfg -r `basename ${BASE_DIR}`
${ZPKG} -C ${BASE_DIR}/releases/Zope2.cfg -r ${MAJOR_VERSION}${MINOR_VERSION}${RELEASE_TAG}
# clobber: Make the source tree 'pristine' again.
clobber: clean uninstance
......
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