The naming scheme wasn't quite correct for Cygwin
This commit is contained in:
parent
9d1b5614f9
commit
ad200a864e
1 changed files with 4 additions and 4 deletions
|
@ -114,13 +114,13 @@ strip usr/bin/*.exe usr/bin/*.dll
|
||||||
# Runtime package
|
# Runtime package
|
||||||
find etc usr/bin usr/doc usr/ssl/certs usr/ssl/man/man[157] usr/ssl/misc \
|
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 |
|
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
|
# Development package
|
||||||
find usr/include usr/lib usr/ssl/man/man3 -empty -o \! -type d |
|
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 openssl2-${VERSION}-${SUBVERSION}.tar.bz2
|
||||||
ls -l openssl-devel-${VERSION}-${SUBVERSION}.tar.bz2
|
ls -l openssl2-devel-${VERSION}-${SUBVERSION}.tar.bz2
|
||||||
|
|
||||||
cleanup
|
cleanup
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue