diff options
author | Brent Eagles <brent@zeroc.com> | 2006-07-07 18:54:55 +0000 |
---|---|---|
committer | Brent Eagles <brent@zeroc.com> | 2006-07-07 18:54:55 +0000 |
commit | c84c1d17d4439f476bcaf8d986d23e8e7073968c (patch) | |
tree | a136f5959c33a1c6c0b56fd3a76f8cd154b9e977 /cpp/makebindist.py | |
parent | moving PHP instructions from vc80 to vc60 (diff) | |
download | ice-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-x | cpp/makebindist.py | 2 |
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": |