summaryrefslogtreecommitdiff
path: root/java/makebindist.py
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2004-03-05 13:17:20 +0000
committerMark Spruiell <mes@zeroc.com>2004-03-05 13:17:20 +0000
commit13c8e624ea96be33f8ca3ed2f8ebf3eb7b9f8164 (patch)
tree61fb97c0ba85b81bf5482376d96a7c24ec42f34c /java/makebindist.py
parentremoving libpath option (diff)
downloadice-13c8e624ea96be33f8ca3ed2f8ebf3eb7b9f8164.tar.bz2
ice-13c8e624ea96be33f8ca3ed2f8ebf3eb7b9f8164.tar.xz
ice-13c8e624ea96be33f8ca3ed2f8ebf3eb7b9f8164.zip
use "hpux"
Diffstat (limited to 'java/makebindist.py')
-rwxr-xr-xjava/makebindist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/makebindist.py b/java/makebindist.py
index 1ef8888096c..97ba07b1216 100755
--- a/java/makebindist.py
+++ b/java/makebindist.py
@@ -103,7 +103,7 @@ elif sys.platform.startswith("linux"):
elif sys.platform.startswith("sunos"):
platform = "solaris"
elif sys.platform.startswith("hp"):
- platform = "hp"
+ platform = "hpux"
elif sys.platform.startswith("darwin"):
platform = "macosx"
else: