From d5fc4ccab3b30dea14a215506503f1778551f5b4 Mon Sep 17 00:00:00 2001 From: Ohio2 Date: Thu, 1 Jul 2021 23:22:51 +0200 Subject: [PATCH] repo patch --- busybox/PACKAGE | 1 - openssl/PACKAGE | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/busybox/PACKAGE b/busybox/PACKAGE index 34365c5..bb0467c 100644 --- a/busybox/PACKAGE +++ b/busybox/PACKAGE @@ -6,7 +6,6 @@ pkg_install() { cd busybox make defconfig make - echo $1 make install DESTDIR="$1" } diff --git a/openssl/PACKAGE b/openssl/PACKAGE index 4c77a0c..637228a 100644 --- a/openssl/PACKAGE +++ b/openssl/PACKAGE @@ -4,8 +4,8 @@ pkg_ver="todo" pkg_install(){ git clone https://github.com/openssl/openssl.git cd openssl - ./config --prefix=${PREFIX}/usr \ - --openssldir=${PREFIX}/etc/ssl \ + ./config --prefix=$1/usr \ + --openssldir=$1/etc/ssl \ --libdir=lib \ shared \ zlib-dynamic