summaryrefslogtreecommitdiff
path: root/cpp/makebindist.py
diff options
context:
space:
mode:
authorBrent Eagles <brent@zeroc.com>2006-07-06 18:02:46 +0000
committerBrent Eagles <brent@zeroc.com>2006-07-06 18:02:46 +0000
commit8bcd4969b2e524fd3edf89189d0841eb719cb174 (patch)
treeb608bba27d5cb1443818997ae9a77cfe115b0cd7 /cpp/makebindist.py
parentremoving icepy from distro (diff)
downloadice-8bcd4969b2e524fd3edf89189d0841eb719cb174.tar.bz2
ice-8bcd4969b2e524fd3edf89189d0841eb719cb174.tar.xz
ice-8bcd4969b2e524fd3edf89189d0841eb719cb174.zip
really fix the IcePy inclusion problem
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 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":