diff options
author | Mark Spruiell <mes@zeroc.com> | 2005-03-04 16:12:52 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2005-03-04 16:12:52 +0000 |
commit | b32fce11a3311628c1f95ded5939a9341b02ac96 (patch) | |
tree | 0e6ea5de2010259117df37f5d5f089cb1c990453 /cpp/makedist.py | |
parent | attempting to install README.html (diff) | |
download | ice-b32fce11a3311628c1f95ded5939a9341b02ac96.tar.bz2 ice-b32fce11a3311628c1f95ded5939a9341b02ac96.tar.xz ice-b32fce11a3311628c1f95ded5939a9341b02ac96.zip |
exclude makecerts, openssl directory
Diffstat (limited to 'cpp/makedist.py')
-rwxr-xr-x | cpp/makedist.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/makedist.py b/cpp/makedist.py index 178511317f7..6ba1a640118 100755 --- a/cpp/makedist.py +++ b/cpp/makedist.py @@ -226,11 +226,12 @@ filesToRemove = [ \ os.path.join("ice", "newmakebindist.py"), \ os.path.join("ice", "RPMTools.py"), \ os.path.join("ice", "fixCopyright.py"), \ + os.path.join("ice", "certs", "makecerts"), \ ] filesToRemove.extend(find("ice", ".dummy")) for x in filesToRemove: os.remove(x) -#editFile("ice/src/Makefile", "slice2cs") +shutil.rmtree(os.path.join("ice", "certs", "openssl")) # # Generate bison files. |