diff options
author | Brent Eagles <brent@zeroc.com> | 2006-07-06 18:02:46 +0000 |
---|---|---|
committer | Brent Eagles <brent@zeroc.com> | 2006-07-06 18:02:46 +0000 |
commit | 8bcd4969b2e524fd3edf89189d0841eb719cb174 (patch) | |
tree | b608bba27d5cb1443818997ae9a77cfe115b0cd7 /cpp/makebindist.py | |
parent | removing icepy from distro (diff) | |
download | ice-8bcd4969b2e524fd3edf89189d0841eb719cb174.tar.bz2 ice-8bcd4969b2e524fd3edf89189d0841eb719cb174.tar.xz ice-8bcd4969b2e524fd3edf89189d0841eb719cb174.zip |
really fix the IcePy inclusion problem
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 ff1d8f13440..90fcf277a93 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']: + if not getPlatform() in ['aix', 'solaris', 'hp']: sourceTarBalls.append(('icepy','IcePy-' + version, 'py')) if getPlatform() == "linux": |