summaryrefslogtreecommitdiff
path: root/cpp/makedist.py
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2005-03-09 23:41:24 +0000
committerMarc Laukien <marc@zeroc.com>2005-03-09 23:41:24 +0000
commit4e2ac57e0b373c6f07f2c8892f46b6191f7e0089 (patch)
tree1484cf039b16d9ae0654976702710b7b6ad707a9 /cpp/makedist.py
parentfix permission copying (diff)
downloadice-4e2ac57e0b373c6f07f2c8892f46b6191f7e0089.tar.bz2
ice-4e2ac57e0b373c6f07f2c8892f46b6191f7e0089.tar.xz
ice-4e2ac57e0b373c6f07f2c8892f46b6191f7e0089.zip
makedist now removes install directory
Diffstat (limited to 'cpp/makedist.py')
-rwxr-xr-xcpp/makedist.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/makedist.py b/cpp/makedist.py
index 26227870767..115a2d6452f 100755
--- a/cpp/makedist.py
+++ b/cpp/makedist.py
@@ -232,6 +232,7 @@ filesToRemove.extend(find("ice", ".dummy"))
for x in filesToRemove:
os.remove(x)
shutil.rmtree(os.path.join("ice", "certs", "openssl"))
+shutil.rmtree(os.path.join("ice", "install"))
#
# Generate bison files.