Only use abbreviated tag name in generated archive

This commit is contained in:
Daniel Kraus
2012-05-20 15:11:22 +02:00
parent dee2149532
commit 8a7a44c858

View File

@ -4,4 +4,4 @@
# extension into two archive files that contain the current
# git tag as the version number.
tar cvzf release/LinkTitles-`git describe --tags`.tar.gz gpl-*.txt HISTORY LinkTitles.* --exclude '*~' --transform 's,^,LinkTitles/,'
tar cvzf release/LinkTitles-`git describe --tags --abbrev=0`.tar.gz gpl-*.txt HISTORY LinkTitles.* --exclude '*~' --transform 's,^,LinkTitles/,'