diff --git a/openssl/PACKAGE b/openssl/PACKAGE index 637228a..b196294 100644 --- a/openssl/PACKAGE +++ b/openssl/PACKAGE @@ -11,7 +11,7 @@ pkg_install(){ zlib-dynamic make sed -i '/INSTALL_LIBS/s/libcrypto.a libssl.a//' Makefile - make MANSUFFIX=ssl install + make MANSUFFIX=ssl DESTDIR="$1" install mv -v /usr/share/doc/openssl /usr/share/doc/openssl-1.1.1d cp -vfr doc/* /usr/share/doc/openssl-1.1.1d }