diff options
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": |