summaryrefslogtreecommitdiff
path: root/java/makebindist.py
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2004-02-25 01:27:32 +0000
committerMark Spruiell <mes@zeroc.com>2004-02-25 01:27:32 +0000
commit5af449238aaa6a4134f7fe5ef918b2ccb780f5e8 (patch)
treeb58979a80634505d2557357853a851614eb0ee55 /java/makebindist.py
parentHP fixes (diff)
downloadice-5af449238aaa6a4134f7fe5ef918b2ccb780f5e8.tar.bz2
ice-5af449238aaa6a4134f7fe5ef918b2ccb780f5e8.tar.xz
ice-5af449238aaa6a4134f7fe5ef918b2ccb780f5e8.zip
HP fixes again
Diffstat (limited to 'java/makebindist.py')
-rwxr-xr-xjava/makebindist.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/java/makebindist.py b/java/makebindist.py
index 6a7f05dc895..ddc7b3c6f8e 100755
--- a/java/makebindist.py
+++ b/java/makebindist.py
@@ -203,7 +203,8 @@ if strip:
#
# Create binary archives.
#
-os.system("tar cvzf " + icever + "-bin-" + platform + ".tar.gz " + icever)
+os.system("tar cvf " + icever + "-bin-" + platform + ".tar " + icever)
+os.system("gzip -9 " + icever + "-bin-" + platform + ".tar")
os.system("zip -9ry " + icever + "-bin-" + platform + ".zip " + icever)
#