diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-11-16 14:13:30 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-11-16 14:13:30 +0000 |
commit | a07782ad3cc159f89f1f86182ad7e955bd8878a1 (patch) | |
tree | 9d34e18b811455affc3bd2bd2a352008fefb2354 /cpp/makebindist.py | |
parent | Fix Makefile.mak (diff) | |
download | ice-a07782ad3cc159f89f1f86182ad7e955bd8878a1.tar.bz2 ice-a07782ad3cc159f89f1f86182ad7e955bd8878a1.tar.xz ice-a07782ad3cc159f89f1f86182ad7e955bd8878a1.zip |
Rmeove /opt/Ice-Ver symbolic link if created
Diffstat (limited to 'cpp/makebindist.py')
-rwxr-xr-x | cpp/makebindist.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/makebindist.py b/cpp/makebindist.py index d34eaa2ba4c..1cf0aa961b8 100755 --- a/cpp/makebindist.py +++ b/cpp/makebindist.py @@ -597,6 +597,8 @@ def makeInstall(sources, buildDir, installDir, distro, clean, version, mmVersion print "gmake failed for makeInstall(%s, %s, %s, %s, %s, %s, %s)" % (sources, buildDir, installDir, distro, str(clean), version, mmVersion) raise + runprog('rm -rf /opt/Ice-%s' % (mmVersion), False) + if distro.startswith('IceCS'): assemblies = ["glacier2cs", "iceboxcs", "icecs", "icegridcs", "icepatch2cs", "icestormcs"] |