mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
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
|
pkgname=openssl
|
||||||
_openssl_version=1.0.1
|
_openssl_version=1.0.1
|
||||||
version=${_openssl_version}f
|
version=${_openssl_version}f
|
||||||
revision=3
|
revision=4
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
short_desc="Secure Socket Layer and cryptographic library - runtime utilities"
|
short_desc="Secure Socket Layer and cryptographic library - runtime utilities"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -55,7 +55,7 @@ do_build() {
|
||||||
do_install() {
|
do_install() {
|
||||||
local _sover="1.0.0"
|
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
|
chmod 755 ${DESTDIR}/usr/lib/engines/*.so
|
||||||
for _solib_ in libssl.so libcrypto.so; do
|
for _solib_ in libssl.so libcrypto.so; do
|
||||||
|
|
Loading…
Add table
Reference in a new issue