Skip to content

Commit c647652

Browse files
authored
Merge pull request #558 from tchapgouv/fix-build-package-archive
fix build package archive
2 parents 1afcea2 + dcdfb8b commit c647652

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/tchap/package-tchap.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ fi
3636
cp -r tchap-$version/* dist/
3737

3838
# Also make a tar file. Useful for releases.
39-
#tar chvzf tchap-$version-$CONFIG-$today.tar.gz dist
39+
tar chvzf tchap-$version-$CONFIG-$today.tar.gz dist
4040
rm -r tchap-$version
4141

4242
echo
43-
echo "Packaged tchap-$version-$CONFIG"
43+
echo "Packaged `pwd`/tchap-$version-$CONFIG-$today.tar.gz"

0 commit comments

Comments
 (0)