diff options
author | Marc Laukien <marc@zeroc.com> | 2005-03-09 23:41:24 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2005-03-09 23:41:24 +0000 |
commit | 4e2ac57e0b373c6f07f2c8892f46b6191f7e0089 (patch) | |
tree | 1484cf039b16d9ae0654976702710b7b6ad707a9 /cpp/makedist.py | |
parent | fix permission copying (diff) | |
download | ice-4e2ac57e0b373c6f07f2c8892f46b6191f7e0089.tar.bz2 ice-4e2ac57e0b373c6f07f2c8892f46b6191f7e0089.tar.xz ice-4e2ac57e0b373c6f07f2c8892f46b6191f7e0089.zip |
makedist now removes install directory
Diffstat (limited to 'cpp/makedist.py')
-rwxr-xr-x | cpp/makedist.py | 1 |
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. |