summaryrefslogtreecommitdiff
path: root/cpp/makebindist.py
diff options
context:
space:
mode:
authorBrent Eagles <brent@zeroc.com>2006-07-06 17:49:59 +0000
committerBrent Eagles <brent@zeroc.com>2006-07-06 17:49:59 +0000
commit1dd833a86a74cd82988ba8e54e5515681dbe0acd (patch)
tree5b66bef8edc01d95c3b104b0a2168b62d6f452fa /cpp/makebindist.py
parentNew ADD_LIBDIR_TO_RPATH variable (diff)
downloadice-1dd833a86a74cd82988ba8e54e5515681dbe0acd.tar.bz2
ice-1dd833a86a74cd82988ba8e54e5515681dbe0acd.tar.xz
ice-1dd833a86a74cd82988ba8e54e5515681dbe0acd.zip
removing icepy from distro
Diffstat (limited to 'cpp/makebindist.py')
-rwxr-xr-xcpp/makebindist.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/makebindist.py b/cpp/makebindist.py
index 1082ef98c23..ff1d8f13440 100755
--- a/cpp/makebindist.py
+++ b/cpp/makebindist.py
@@ -1134,9 +1134,9 @@ def main():
# TODO: Sanity check to make sure that the script is being run
# from a location that it expects.
#
- cvsDirs = [ 'ice', 'icej', 'icepy', 'icephp' ]
+ cvsDirs = [ 'ice', 'icej', 'icephp' ]
if getPlatform() == 'linux':
- cvsDirs.append('icecs')
+ cvsDirs.append('icecs', 'icepy')
os.environ['ICE_HOME'] = os.getcwd()
currentLibraryPath = None