forked from Telodendria/Telodendria
Fix cvs tag command.
This commit is contained in:
parent
9fd31c70bf
commit
62fbbacfae
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ recipe_release() {
|
|||
cd "$TELODENDRIA_PUB/pub/v$TELODENDRIA_VERSION"
|
||||
|
||||
# Tag the release at this point in time.
|
||||
cvs tag "$CVS_TAG"
|
||||
cvs tag "$CVS_TAG" .
|
||||
|
||||
# Generate the release tarball.
|
||||
cvs export "-r$CVS_TAG" "Telodendria"
|
||||
|
|
Loading…
Reference in a new issue