diff options
Diffstat (limited to 'src/lib/libcrypto/util/cygwin.sh')
| -rw-r--r-- | src/lib/libcrypto/util/cygwin.sh | 22 |
1 files changed, 4 insertions, 18 deletions
diff --git a/src/lib/libcrypto/util/cygwin.sh b/src/lib/libcrypto/util/cygwin.sh index 89d1dda95b..7f791d47f4 100644 --- a/src/lib/libcrypto/util/cygwin.sh +++ b/src/lib/libcrypto/util/cygwin.sh | |||
| @@ -47,14 +47,6 @@ function doc_install() | |||
| 47 | create_cygwin_readme | 47 | create_cygwin_readme |
| 48 | } | 48 | } |
| 49 | 49 | ||
| 50 | function certs_install() | ||
| 51 | { | ||
| 52 | CERTS_DIR=${INSTALL_PREFIX}/usr/ssl/certs | ||
| 53 | |||
| 54 | mkdir -p ${CERTS_DIR} | ||
| 55 | cp -rp certs/* ${CERTS_DIR} | ||
| 56 | } | ||
| 57 | |||
| 58 | function create_cygwin_readme() | 50 | function create_cygwin_readme() |
| 59 | { | 51 | { |
| 60 | README_DIR=${INSTALL_PREFIX}/usr/share/doc/Cygwin | 52 | README_DIR=${INSTALL_PREFIX}/usr/share/doc/Cygwin |
| @@ -112,25 +104,19 @@ base_install | |||
| 112 | 104 | ||
| 113 | doc_install | 105 | doc_install |
| 114 | 106 | ||
| 115 | certs_install | ||
| 116 | |||
| 117 | create_cygwin_readme | 107 | create_cygwin_readme |
| 118 | 108 | ||
| 119 | create_profile_files | 109 | create_profile_files |
| 120 | 110 | ||
| 121 | cd ${INSTALL_PREFIX} | 111 | cd ${INSTALL_PREFIX} |
| 122 | chmod u+w usr/lib/engines/*.so | 112 | strip usr/bin/*.exe usr/bin/*.dll |
| 123 | strip usr/bin/*.exe usr/bin/*.dll usr/lib/engines/*.so | ||
| 124 | chmod u-w usr/lib/engines/*.so | ||
| 125 | 113 | ||
| 126 | # Runtime package | 114 | # Runtime package |
| 127 | find etc usr/bin usr/lib/engines usr/share/doc usr/ssl/certs \ | 115 | find etc usr/bin usr/share/doc usr/ssl/certs usr/ssl/man/man[157] \ |
| 128 | usr/ssl/man/man[157] usr/ssl/misc usr/ssl/openssl.cnf usr/ssl/private \ | 116 | usr/ssl/misc usr/ssl/openssl.cnf usr/ssl/private -empty -o \! -type d | |
| 129 | -empty -o \! -type d | | ||
| 130 | tar cjfT openssl-${VERSION}-${SUBVERSION}.tar.bz2 - | 117 | tar cjfT openssl-${VERSION}-${SUBVERSION}.tar.bz2 - |
| 131 | # Development package | 118 | # Development package |
| 132 | find usr/include usr/lib/*.a usr/lib/pkgconfig usr/ssl/man/man3 \ | 119 | find usr/include usr/lib usr/ssl/man/man3 -empty -o \! -type d | |
| 133 | -empty -o \! -type d | | ||
| 134 | tar cjfT openssl-devel-${VERSION}-${SUBVERSION}.tar.bz2 - | 120 | tar cjfT openssl-devel-${VERSION}-${SUBVERSION}.tar.bz2 - |
| 135 | 121 | ||
| 136 | ls -l openssl-${VERSION}-${SUBVERSION}.tar.bz2 | 122 | ls -l openssl-${VERSION}-${SUBVERSION}.tar.bz2 |
