projects
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
9d1b561
)
The naming scheme wasn't quite correct for Cygwin
author
Richard Levitte
<levitte@openssl.org>
Thu, 9 Jan 2003 16:15:46 +0000
(16:15 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 9 Jan 2003 16:15:46 +0000
(16:15 +0000)
util/cygwin.sh
patch
|
blob
|
history
diff --git
a/util/cygwin.sh
b/util/cygwin.sh
index 930f766b4ffef9a531b8d10f93a599adc15272a9..1bb5b95d1e1a9c4e1da4813b573a0035088bcc60 100755
(executable)
--- 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 |
# 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 openssl
2
-${VERSION}-${SUBVERSION}.tar.bz2 -
# Development package
find usr/include usr/lib usr/ssl/man/man3 -empty -o \! -type d |
# 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 openssl
2
-devel-${VERSION}-${SUBVERSION}.tar.bz2 -
-ls -l openssl-${VERSION}-${SUBVERSION}.tar.bz2
-ls -l openssl-devel-${VERSION}-${SUBVERSION}.tar.bz2
+ls -l openssl
2
-${VERSION}-${SUBVERSION}.tar.bz2
+ls -l openssl
2
-devel-${VERSION}-${SUBVERSION}.tar.bz2
cleanup
cleanup