summaryrefslogtreecommitdiff
path: root/distribution/bin/makebindist.py
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2008-03-25 23:02:58 +0100
committerBenoit Foucher <benoit@zeroc.com>2008-03-25 23:02:58 +0100
commit49c7dfd26ea9f35769a10facc75d2405951a5f88 (patch)
treea957289768e6a0e6c7d343639d88901daa1245e9 /distribution/bin/makebindist.py
parentFixed bug 2922 (diff)
downloadice-49c7dfd26ea9f35769a10facc75d2405951a5f88.tar.bz2
ice-49c7dfd26ea9f35769a10facc75d2405951a5f88.tar.xz
ice-49c7dfd26ea9f35769a10facc75d2405951a5f88.zip
Fixed bug 2919 & 2915
Diffstat (limited to 'distribution/bin/makebindist.py')
-rwxr-xr-xdistribution/bin/makebindist.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/distribution/bin/makebindist.py b/distribution/bin/makebindist.py
index 219686a5383..2fc3a0404b8 100755
--- a/distribution/bin/makebindist.py
+++ b/distribution/bin/makebindist.py
@@ -207,7 +207,8 @@ platform.completeDistribution(buildDir, version)
print "Copying distribution files (README, SOURCES, etc)...",
sys.stdout.flush()
platform.copyDistributionFiles(distDir, buildDir)
-copy(os.path.join(distDir, "src", "common","RELEASE_NOTES.txt"), os.path.join(buildDir, "RELEASE_NOTES.txt"))
+copy(os.path.join(srcDir, "CHANGES"), os.path.join(buildDir, "CHANGES"))
+copy(os.path.join(srcDir, "RELEASE_NOTES"), os.path.join(buildDir, "RELEASE_NOTES"))
print "ok"
#