1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

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: - 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]/ --prefix cde-[version tag]/
where [version tag] is something like 2.2.0c where [version tag] is something like 2.2.0c