summaryrefslogtreecommitdiff
path: root/cpp/makebindist.py
diff options
context:
space:
mode:
authorBrent Eagles <brent@zeroc.com>2006-07-07 18:54:55 +0000
committerBrent Eagles <brent@zeroc.com>2006-07-07 18:54:55 +0000
commitc84c1d17d4439f476bcaf8d986d23e8e7073968c (patch)
treea136f5959c33a1c6c0b56fd3a76f8cd154b9e977 /cpp/makebindist.py
parentmoving PHP instructions from vc80 to vc60 (diff)
downloadice-c84c1d17d4439f476bcaf8d986d23e8e7073968c.tar.bz2
ice-c84c1d17d4439f476bcaf8d986d23e8e7073968c.tar.xz
ice-c84c1d17d4439f476bcaf8d986d23e8e7073968c.zip
fixing typo in HP component selection and readding missing slice directory
in RPMs
Diffstat (limited to 'cpp/makebindist.py')
-rwxr-xr-xcpp/makebindist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/makebindist.py b/cpp/makebindist.py
index 90fcf277a93..634d33c8ef3 100755
--- a/cpp/makebindist.py
+++ b/cpp/makebindist.py
@@ -1075,7 +1075,7 @@ def main():
('icephp','IcePHP-' + version, 'php'),
('icej','IceJ-' + version, 'j') ]
- if not getPlatform() in ['aix', 'solaris', 'hp']:
+ if not getPlatform() in ['aix', 'solaris', 'hpux']:
sourceTarBalls.append(('icepy','IcePy-' + version, 'py'))
if getPlatform() == "linux":