diff options
author | Brent Eagles <brent@zeroc.com> | 2005-03-09 19:54:23 +0000 |
---|---|---|
committer | Brent Eagles <brent@zeroc.com> | 2005-03-09 19:54:23 +0000 |
commit | 6bc69cd448c899e6052935e5aab090e784f248bc (patch) | |
tree | 02310a1a6a3764cd8889012c19b217e3751c7aeb /cpp/newmakebindist.py | |
parent | fixes for binary distributions (diff) | |
download | ice-6bc69cd448c899e6052935e5aab090e784f248bc.tar.bz2 ice-6bc69cd448c899e6052935e5aab090e784f248bc.tar.xz ice-6bc69cd448c899e6052935e5aab090e784f248bc.zip |
fixes to RPMs
Diffstat (limited to 'cpp/newmakebindist.py')
-rwxr-xr-x | cpp/newmakebindist.py | 1 |
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) |