summaryrefslogtreecommitdiff
path: root/makepackagebin.sh
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2018-07-23 07:19:57 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2018-07-23 07:19:57 +0200
commit006b114e9ff78391ed4c19c1ece639b72e804e08 (patch)
treeae41e36564e8c0c38fd374c973fde256b0186551 /makepackagebin.sh
parentba627dd9ecb578e9852c7b9cce67ec63199d1acf (diff)
parent44e0e31ae94236e3e81567dfd6b919b053d0bbe0 (diff)
Merge branch 'release/debian/2.0.1-1'HEADdebian/2.0.1+repack-1master
Diffstat (limited to 'makepackagebin.sh')
-rwxr-xr-xmakepackagebin.sh7
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"