summaryrefslogtreecommitdiffstats
path: root/util/cygwin.sh
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-01-09 16:15:46 +0000
committerRichard Levitte <levitte@openssl.org>2003-01-09 16:15:46 +0000
commitad200a864e5ddee6e4d14e8222d462a2732ae38e (patch)
tree243287626195c1fa1fec3a60a601a3405792f5eb /util/cygwin.sh
parent9d1b5614f9e34c5737f36cc68237a8c2361032d5 (diff)
The naming scheme wasn't quite correct for Cygwin
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..1bb5b95d1e 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 openssl-${VERSION}-${SUBVERSION}.tar.bz2 -
+tar cjfT openssl2-${VERSION}-${SUBVERSION}.tar.bz2 -
# Development package
find usr/include usr/lib usr/ssl/man/man3 -empty -o \! -type d |
-tar cjfT openssl-devel-${VERSION}-${SUBVERSION}.tar.bz2 -
+tar cjfT openssl2-devel-${VERSION}-${SUBVERSION}.tar.bz2 -
-ls -l openssl-${VERSION}-${SUBVERSION}.tar.bz2
-ls -l openssl-devel-${VERSION}-${SUBVERSION}.tar.bz2
+ls -l openssl2-${VERSION}-${SUBVERSION}.tar.bz2
+ls -l openssl2-devel-${VERSION}-${SUBVERSION}.tar.bz2
cleanup