From 003727289cc45e29eff0c0c48ad0f9660f96644f Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 16 Jan 2022 15:02:47 +0000 Subject: separated patch, build, check and package stages --- repo/system/openssl.xibuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'repo/system/openssl.xibuild') diff --git a/repo/system/openssl.xibuild b/repo/system/openssl.xibuild index f057063..0b55050 100644 --- a/repo/system/openssl.xibuild +++ b/repo/system/openssl.xibuild @@ -9,11 +9,11 @@ DESC="The open source management tools and libraries for cryptography" build () { ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib shared zlib-dynamic make - sed -i '/INSTALL_LIBS/s/libcrypto.a libssl.a//' Makefile - make MANSUFFIX=ssl DESTDIR=$PKG_DEST install } package () { + sed -i '/INSTALL_LIBS/s/libcrypto.a libssl.a//' Makefile + make MANSUFFIX=ssl DESTDIR=$PKG_DEST install mkdir -pv $PKG_DEST/usr/share/doc/openssl cp -vfr doc/* $PKG_DEST/usr/share/doc/openssl } -- cgit v1.2.1