summaryrefslogtreecommitdiff
path: root/cpp/makebindist.py
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2007-02-05 21:24:13 +0000
committerBernard Normier <bernard@zeroc.com>2007-02-05 21:24:13 +0000
commit272cfe5e8bb1f5eac7f62772917c861bc8baadad (patch)
treec15d0267e82bc782a97deb3c37d468ca01e03652 /cpp/makebindist.py
parentfixed IceGrid reference (diff)
downloadice-272cfe5e8bb1f5eac7f62772917c861bc8baadad.tar.bz2
ice-272cfe5e8bb1f5eac7f62772917c861bc8baadad.tar.xz
ice-272cfe5e8bb1f5eac7f62772917c861bc8baadad.zip
Moved README.DEMOS from unix to common
Diffstat (limited to 'cpp/makebindist.py')
-rwxr-xr-xcpp/makebindist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/makebindist.py b/cpp/makebindist.py
index 3ef51f857af..c80d0201f26 100755
--- a/cpp/makebindist.py
+++ b/cpp/makebindist.py
@@ -1002,7 +1002,7 @@ def main():
toCollect = list(sourceTarBalls)
for cvs, tarball, demoDir in toCollect:
extractDemos(sources, buildDir, version, tarball, demoDir)
- shutil.copy("%s/unix/README.DEMOS" % installFiles, "%s/Ice-%s-demos/README.DEMOS" % (buildDir, version))
+ shutil.copy("%s/common/README.DEMOS" % installFiles, "%s/Ice-%s-demos/README.DEMOS" % (buildDir, version))
archiveDemoTree(buildDir, version, installFiles)
shutil.move("%s/Ice-%s-demos.tar.gz" % (buildDir, version), "%s/Ice-%s-demos.tar.gz" % (installDir, version))
shutil.move("%s/Ice-%s-demos.zip" % (buildDir, version), "%s/Ice-%s-demos.zip" % (installDir, version))