summaryrefslogtreecommitdiff
path: root/cpp/newmakebindist.py
diff options
context:
space:
mode:
authorBrent Eagles <brent@zeroc.com>2005-03-08 13:12:39 +0000
committerBrent Eagles <brent@zeroc.com>2005-03-08 13:12:39 +0000
commit8477d0f1c0a265860d0a37bec192ec6f08b189f8 (patch)
treef828e4b3e3d61139ec629d44f6f0b23ee5c1a894 /cpp/newmakebindist.py
parentEnable SSL config (diff)
downloadice-8477d0f1c0a265860d0a37bec192ec6f08b189f8.tar.bz2
ice-8477d0f1c0a265860d0a37bec192ec6f08b189f8.tar.xz
ice-8477d0f1c0a265860d0a37bec192ec6f08b189f8.zip
fixing location of README.html
Diffstat (limited to 'cpp/newmakebindist.py')
-rwxr-xr-xcpp/newmakebindist.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/newmakebindist.py b/cpp/newmakebindist.py
index 856c281cca0..5ac27199bd8 100755
--- a/cpp/newmakebindist.py
+++ b/cpp/newmakebindist.py
@@ -134,6 +134,7 @@ def extractDemos(sources, buildDir, version, distro, demoDir):
#
if demoDir == "":
os.system("rm -rf " + buildDir + "/Ice-" + version + "-demos/demo/Ice/MFC")
+ os.system("rm -rf " + buildDir + "/Ice-" + version + "-demos/demo/IcePatch2/MFC")
#
# C++ specific build modifications.