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