openssl: drop MANSUFFIX (it's stupid to have a different suffix for this).
This commit is contained in:
parent
2988902496
commit
071c5edb84
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
pkgname=openssl
|
||||
_openssl_version=1.0.1
|
||||
version=${_openssl_version}f
|
||||
revision=3
|
||||
revision=4
|
||||
bootstrap=yes
|
||||
short_desc="Secure Socket Layer and cryptographic library - runtime utilities"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -55,7 +55,7 @@ do_build() {
|
|||
do_install() {
|
||||
local _sover="1.0.0"
|
||||
|
||||
make INSTALL_PREFIX=${DESTDIR} MANDIR=/usr/share/man MANSUFFIX=ssl install
|
||||
make INSTALL_PREFIX=${DESTDIR} MANDIR=/usr/share/man install
|
||||
|
||||
chmod 755 ${DESTDIR}/usr/lib/engines/*.so
|
||||
for _solib_ in libssl.so libcrypto.so; do
|
||||
|
|
Loading…
Reference in a new issue