提交 d1360f6e 编写于 作者: R Richard Levitte

usr/doc has recently changed to usr/share/doc on Cygwin.

Notified by Corinna Vinschen <vinschen@redhat.com>
上级 c38ff58b
......@@ -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 |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册