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:
parent
396eff69f7
commit
f598ed2358
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue