diff options
author | Brent Eagles <brent@zeroc.com> | 2005-03-10 15:03:13 +0000 |
---|---|---|
committer | Brent Eagles <brent@zeroc.com> | 2005-03-10 15:03:13 +0000 |
commit | bb1a4f796e8727d64894f980ae0e51ccf4d4360b (patch) | |
tree | fb649ab870bcd370b6be2930ca093e6cf4d3e255 /cpp/newmakebindist.py | |
parent | Added missing dependency of icepackregistry on icepacknode. (diff) | |
download | ice-bb1a4f796e8727d64894f980ae0e51ccf4d4360b.tar.bz2 ice-bb1a4f796e8727d64894f980ae0e51ccf4d4360b.tar.xz ice-bb1a4f796e8727d64894f980ae0e51ccf4d4360b.zip |
merging bug fixes for bug 98 and 168 to mainline
Diffstat (limited to 'cpp/newmakebindist.py')
-rwxr-xr-x | cpp/newmakebindist.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/newmakebindist.py b/cpp/newmakebindist.py index 3a72ec57e6c..e97bf33b434 100755 --- a/cpp/newmakebindist.py +++ b/cpp/newmakebindist.py @@ -716,7 +716,7 @@ def main(): if getPlatform() == 'hpux': ssl = buildEnvironment['OPENSSL_HOME'] os.system('cp ' + ssl + '/bin/* Ice-' + version + '/bin') - os.system('cp -R ' + ssl + '/include Ice-' + version) + os.system('cp -R ' + ssl + '/include/* Ice-' + version + '/include') os.system('cp -R ' + ssl + '/lib/* Ice-' + version + '/lib') os.system('rm -rf Ice-' + version + '/lib/libfips*') |