repo patch

This commit is contained in:
Ohio2 2021-07-01 23:22:51 +02:00
parent 165fde3ff2
commit d5fc4ccab3
2 changed files with 2 additions and 3 deletions

View file

@ -6,7 +6,6 @@ pkg_install() {
cd busybox cd busybox
make defconfig make defconfig
make make
echo $1
make install DESTDIR="$1" make install DESTDIR="$1"
} }

View file

@ -4,8 +4,8 @@ pkg_ver="todo"
pkg_install(){ pkg_install(){
git clone https://github.com/openssl/openssl.git git clone https://github.com/openssl/openssl.git
cd openssl cd openssl
./config --prefix=${PREFIX}/usr \ ./config --prefix=$1/usr \
--openssldir=${PREFIX}/etc/ssl \ --openssldir=$1/etc/ssl \
--libdir=lib \ --libdir=lib \
shared \ shared \
zlib-dynamic zlib-dynamic