Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-01-13 17:47:55 +0300
committerRichard Levitte <levitte@openssl.org>2003-01-13 17:47:55 +0300
commitb36ea7636b71197b211bb0bee80377188fbce494 (patch)
tree4ca1d42ce0af3433372bd647397f2248c4ec8992 /util
parent1f7238a43433cd1e444ab279f8d780b205e8665e (diff)
Revert: the names of the cygwin distribution will not be named openssl2-*.
Requested by Corinna Vinschen <vinschen@redhat.com>
Diffstat (limited to 'util')
-rwxr-xr-xutil/cygwin.sh8
1 files changed, 4 insertions, 4 deletions
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