summaryrefslogtreecommitdiff
path: root/cpp/newmakebindist.py
diff options
context:
space:
mode:
authorBrent Eagles <brent@zeroc.com>2005-03-09 19:54:23 +0000
committerBrent Eagles <brent@zeroc.com>2005-03-09 19:54:23 +0000
commit6bc69cd448c899e6052935e5aab090e784f248bc (patch)
tree02310a1a6a3764cd8889012c19b217e3751c7aeb /cpp/newmakebindist.py
parentfixes for binary distributions (diff)
downloadice-6bc69cd448c899e6052935e5aab090e784f248bc.tar.bz2
ice-6bc69cd448c899e6052935e5aab090e784f248bc.tar.xz
ice-6bc69cd448c899e6052935e5aab090e784f248bc.zip
fixes to RPMs
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 d6493e3b5c0..eafd9909193 100755
--- a/cpp/newmakebindist.py
+++ b/cpp/newmakebindist.py
@@ -696,6 +696,7 @@ def main():
if getPlatform() == 'linux' and not cvsMode:
os.system('cp ' + installDir + '/Ice-' + version + '-demos.tar.gz /usr/src/redhat/SOURCES')
os.system('cp ' + sources + '/Ice*.tar.gz /usr/src/redhat/SOURCES')
+ shutil.copy(installFiles + '/unix/README.Linux-RPM', '/usr/src/redhat/SOURCES/README.Linux-RPM')
shutil.copy(installFiles + '/unix/README.Linux-RPM', installDir + '/Ice-' + version + '/README')
RPMTools.createRPMSFromBinaries(buildDir, installDir, version, soVersion)