Skip to content

Commit

Permalink
Keep DLLs of mingw-w64-openssl-1.0 where they are
Browse files Browse the repository at this point in the history
Those DLLs seem to have other names in mingw-w64-openssl
so there is no need to prevent conflict
  • Loading branch information
Martchus committed Jun 4, 2017
1 parent 93ef730 commit d817349
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions openssl-1.0/mingw-w64/PKGBUILD
Expand Up @@ -7,7 +7,7 @@ pkgname=mingw-w64-openssl-1.0
_ver=1.0.2l
# use a pacman compatible version scheme
pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
pkgrel=1
pkgrel=2
pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer Security'
arch=('any')
depends=('mingw-w64-zlib')
Expand Down Expand Up @@ -71,9 +71,9 @@ package() {

# Move some files around
install -m755 -d "$pkgdir/usr/${_arch}/include/openssl-1.0"
install -m755 -d "$pkgdir/usr/${_arch}/bin/openssl-1.0"
#install -m755 -d "$pkgdir/usr/${_arch}/bin/openssl-1.0"
mv "$pkgdir/usr/${_arch}/include/openssl" "$pkgdir/usr/${_arch}/include/openssl-1.0/"
mv "$pkgdir/usr/${_arch}/bin/"*.dll "$pkgdir/usr/${_arch}/bin/openssl-1.0"
#mv "$pkgdir/usr/${_arch}/bin/"*.dll "$pkgdir/usr/${_arch}/bin/openssl-1.0"
mv "$pkgdir/usr/${_arch}/bin/openssl.exe" "$pkgdir/usr/${_arch}/bin/openssl-1.0.exe"
rm -r "$pkgdir/usr/${_arch}/ssl/" "$pkgdir/usr/${_arch}/bin/c_rehash"
install -m644 ms/applink.c "${pkgdir}/usr/${_arch}/include/openssl-1.0/"
Expand Down

0 comments on commit d817349

Please sign in to comment.