diff options
author | Brent Eagles <brent@zeroc.com> | 2006-07-12 16:29:48 +0000 |
---|---|---|
committer | Brent Eagles <brent@zeroc.com> | 2006-07-12 16:29:48 +0000 |
commit | 0335b06da8806559cd87d2326c1171b125564cfa (patch) | |
tree | bec9357215a0daa533926f09dd1f729ed197a284 /cpp/makebindist.py | |
parent | adding STLPort dialog pane and fixing generated docs for third party (diff) | |
download | ice-0335b06da8806559cd87d2326c1171b125564cfa.tar.bz2 ice-0335b06da8806559cd87d2326c1171b125564cfa.tar.xz ice-0335b06da8806559cd87d2326c1171b125564cfa.zip |
fix missing Makefile changes on php RPM and openssl library placement
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 1f477c4bf28..bf07b67288e 100755 --- a/cpp/makebindist.py +++ b/cpp/makebindist.py @@ -1188,7 +1188,7 @@ def main(): ssl = os.environ['OPENSSL_HOME'] shutil.copy('%s/bin/openssl' % ssl, 'Ice-%s/bin' % version) # runprog('cp -R ' + ssl + '/include Ice-' + version) - runprog('cp ' + ssl + '/lib/lib*.sl.* Ice-' + version) + runprog('cp ' + ssl + '/lib/lib*.sl.* Ice-' + version + '/lib') runprog('rm -rf Ice-' + version + '/lib/libfips*') runprog('rm -rf Ice-' + version + '/lib/engines') runprog('rm -rf Ice-' + version + '/lib/pkgconfig') |