building_release_archive: omit '-src' in archive filename

This commit is contained in:
Jon Trulson
2018-06-14 13:08:20 -06:00
parent 396eff69f7
commit f598ed2358

View File

@@ -10,7 +10,7 @@
- build the release archive:
git archive -o /tmp/cde-src-[version tag].tar.gz [version tag] \
git archive -o /tmp/cde-[version tag].tar.gz [version tag] \
--prefix cde-[version tag]/
where [version tag] is something like 2.2.0c