diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-07-11 22:20:14 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-07-11 22:20:14 +0200 |
commit | 7beb00cd8d28c3d5893ce3db907a828d64afdea9 (patch) | |
tree | 395a3dee2fe197b8284dee02c5f527889df78413 /makepackagebin.sh | |
parent | e2d30e0583c047a4bedf4c8d0c86320f1b3fd8ed (diff) | |
parent | a0442ed58dee48a521ea053083ea967894507898 (diff) |
Update upstream source from tag 'upstream/2.0.1+repack'
Update to upstream version '2.0.1+repack'
with Debian dir 6edb5dd2df9aca152662fc4a8f72bd6d86f8552e
Diffstat (limited to 'makepackagebin.sh')
-rwxr-xr-x | makepackagebin.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/makepackagebin.sh b/makepackagebin.sh index 2688bf4..192e89a 100755 --- a/makepackagebin.sh +++ b/makepackagebin.sh @@ -177,11 +177,18 @@ if [ X$USETAR = "Xtrue" ] ; then fi # tar -xzf to extract # tar -tzf to list + # to update a file: + # gzip -d archive.tgz + # tar -uf application.tar file + # gzip application.tar + # mv application.tar.gz application.tgz + # or "tgzupdate.sh application" # Should we use "COPYFILE_DISABLE=1 tar .." on OS X ?? else zip -9 -r $PACKAGE $TOPDIR # unzip to extract # unzip -l to list + # zip archive.zip file to update fi rm -rf $TOPDIR echo "Done GNU Argyll binary distribution $PACKAGE" |