aboutsummaryrefslogtreecommitdiffstats
path: root/util/cygwin.sh
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2004-09-28 13:10:16 +0000
committerRichard Levitte <levitte@openssl.org>2004-09-28 13:10:16 +0000
commitd1360f6ecc777bbec4e8b344b573a7cbd72f6331 (patch)
treefa872bae0bb4247031e6c3c832469a1fd136454d /util/cygwin.sh
parentc38ff58b6bdf78de3a029b19c902bfcc9e961f4c (diff)
downloadopenssl-d1360f6ecc777bbec4e8b344b573a7cbd72f6331.tar.gz
usr/doc has recently changed to usr/share/doc on Cygwin.
Notified by Corinna Vinschen <vinschen@redhat.com>
Diffstat (limited to 'util/cygwin.sh')
-rwxr-xr-xutil/cygwin.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/util/cygwin.sh b/util/cygwin.sh
index 930f766b4f..0cc3197870 100755
--- a/util/cygwin.sh
+++ b/util/cygwin.sh
@@ -39,7 +39,7 @@ function base_install()
function doc_install()
{
- DOC_DIR=${INSTALL_PREFIX}/usr/doc/openssl
+ DOC_DIR=${INSTALL_PREFIX}/usr/share/doc/openssl
mkdir -p ${DOC_DIR}
cp CHANGES CHANGES.SSLeay INSTALL LICENSE NEWS README ${DOC_DIR}
@@ -49,7 +49,7 @@ function doc_install()
function create_cygwin_readme()
{
- README_DIR=${INSTALL_PREFIX}/usr/doc/Cygwin
+ README_DIR=${INSTALL_PREFIX}/usr/share/doc/Cygwin
README_FILE=${README_DIR}/openssl-${VERSION}.README
mkdir -p ${README_DIR}
@@ -112,8 +112,8 @@ cd ${INSTALL_PREFIX}
strip usr/bin/*.exe usr/bin/*.dll
# Runtime package
-find etc usr/bin usr/doc usr/ssl/certs usr/ssl/man/man[157] usr/ssl/misc \
- usr/ssl/openssl.cnf usr/ssl/private -empty -o \! -type d |
+find etc usr/bin usr/share/doc usr/ssl/certs usr/ssl/man/man[157] \
+ usr/ssl/misc usr/ssl/openssl.cnf usr/ssl/private -empty -o \! -type d |
tar cjfT openssl-${VERSION}-${SUBVERSION}.tar.bz2 -
# Development package
find usr/include usr/lib usr/ssl/man/man3 -empty -o \! -type d |