diff options
author | Bernard Normier <bernard@zeroc.com> | 2007-02-05 21:24:13 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2007-02-05 21:24:13 +0000 |
commit | 272cfe5e8bb1f5eac7f62772917c861bc8baadad (patch) | |
tree | c15d0267e82bc782a97deb3c37d468ca01e03652 /cpp/makebindist.py | |
parent | fixed IceGrid reference (diff) | |
download | ice-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-x | cpp/makebindist.py | 2 |
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)) |