diff options
author | Brent Eagles <brent@zeroc.com> | 2006-07-06 17:49:59 +0000 |
---|---|---|
committer | Brent Eagles <brent@zeroc.com> | 2006-07-06 17:49:59 +0000 |
commit | 1dd833a86a74cd82988ba8e54e5515681dbe0acd (patch) | |
tree | 5b66bef8edc01d95c3b104b0a2168b62d6f452fa /cpp/makebindist.py | |
parent | New ADD_LIBDIR_TO_RPATH variable (diff) | |
download | ice-1dd833a86a74cd82988ba8e54e5515681dbe0acd.tar.bz2 ice-1dd833a86a74cd82988ba8e54e5515681dbe0acd.tar.xz ice-1dd833a86a74cd82988ba8e54e5515681dbe0acd.zip |
removing icepy from distro
Diffstat (limited to 'cpp/makebindist.py')
-rwxr-xr-x | cpp/makebindist.py | 4 |
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 |