From: Richard Levitte Date: Mon, 13 Jan 2003 14:47:52 +0000 (+0000) Subject: Revert: the names of the cygwin distribution will not be named openssl2-*. X-Git-Tag: OpenSSL_0_9_7a~64^2~11 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=62be0031501e6e985b511a430bc857eb94bbc281;p=oweals%2Fopenssl.git Revert: the names of the cygwin distribution will not be named openssl2-*. Requested by Corinna Vinschen --- diff --git a/util/cygwin.sh b/util/cygwin.sh index 1bb5b95d1e..930f766b4f 100755 --- a/util/cygwin.sh +++ b/util/cygwin.sh @@ -114,13 +114,13 @@ 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 | -tar cjfT openssl2-${VERSION}-${SUBVERSION}.tar.bz2 - +tar cjfT openssl-${VERSION}-${SUBVERSION}.tar.bz2 - # Development package find usr/include usr/lib usr/ssl/man/man3 -empty -o \! -type d | -tar cjfT openssl2-devel-${VERSION}-${SUBVERSION}.tar.bz2 - +tar cjfT openssl-devel-${VERSION}-${SUBVERSION}.tar.bz2 - -ls -l openssl2-${VERSION}-${SUBVERSION}.tar.bz2 -ls -l openssl2-devel-${VERSION}-${SUBVERSION}.tar.bz2 +ls -l openssl-${VERSION}-${SUBVERSION}.tar.bz2 +ls -l openssl-devel-${VERSION}-${SUBVERSION}.tar.bz2 cleanup