summaryrefslogtreecommitdiff
path: root/cpp/makedist.py
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2006-03-28 23:24:55 +0000
committerMark Spruiell <mes@zeroc.com>2006-03-28 23:24:55 +0000
commitc38d5291e8b76ee53d21f266854f56ee77aadc29 (patch)
tree18e7c5398cb184c15a332bbce04be61dcb171d44 /cpp/makedist.py
parentWindows fix (diff)
downloadice-c38d5291e8b76ee53d21f266854f56ee77aadc29.tar.bz2
ice-c38d5291e8b76ee53d21f266854f56ee77aadc29.tar.xz
ice-c38d5291e8b76ee53d21f266854f56ee77aadc29.zip
preserve certificate files
Diffstat (limited to 'cpp/makedist.py')
-rwxr-xr-xcpp/makedist.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/makedist.py b/cpp/makedist.py
index cd99f27d401..3581697143d 100755
--- a/cpp/makedist.py
+++ b/cpp/makedist.py
@@ -242,7 +242,6 @@ filesToRemove = [ \
os.path.join("ice", "RPMTools.py"), \
os.path.join("ice", "fixCopyright.py"), \
os.path.join("ice", "fixVersion.py"), \
- os.path.join("ice", "certs", "makecerts"), \
os.path.join("ice", "icee.dsw"), \
os.path.join("ice", "icee.dsp"), \
os.path.join("ice", "src", "icecpp", "icecppe.dsp"), \
@@ -253,7 +252,6 @@ filesToRemove.extend(find("ice", ".dummy"))
for x in filesToRemove:
if os.path.exists(x):
os.remove(x)
-shutil.rmtree(os.path.join("ice", "certs", "openssl"))
shutil.rmtree(os.path.join("ice", "install"))
shutil.rmtree(os.path.join("ice", "src", "slice2cppe"))
shutil.rmtree(os.path.join("ice", "src", "slice2javae"))