Mercurial Hosting > junotu
changeset 23:222aafd9491b
Package script: archive the resulting files into a TAR
author | Fox |
---|---|
date | Thu, 05 May 2022 00:59:37 +0200 |
parents | a60e20304924 |
children | b66fc08656c1 |
files | package.gui_sh |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
diff -r a60e20304924 -r 222aafd9491b package.gui_sh --- a/package.gui_sh Thu May 05 00:45:16 2022 +0200 +++ b/package.gui_sh Thu May 05 00:59:37 2022 +0200 @@ -21,3 +21,5 @@ EOF chmod +x ./build/packed/run.sh scp -r ./lib/* ./build/packed/ +rm -f ./build/packed/JUnotu.tar +tar -cvf ./build/packed/JUnotu.tar -C ./build/packed/ $(ls ./build/packed)