From 44e66c72c08cce2589bb45a35758ff30ebedf760 Mon Sep 17 00:00:00 2001 From: Ohio2 Date: Fri, 2 Jul 2021 00:25:01 +0200 Subject: [PATCH] l --- busybox/PACKAGE | 4 ++-- git/PACKAGE | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/busybox/PACKAGE b/busybox/PACKAGE index bb0467c..606994a 100644 --- a/busybox/PACKAGE +++ b/busybox/PACKAGE @@ -5,8 +5,8 @@ pkg_install() { git clone git://busybox.net/busybox.git cd busybox make defconfig - make - make install DESTDIR="$1" + make + make install CONFIG_PREFIX="$1/usr" } pkg_uninstall() { diff --git a/git/PACKAGE b/git/PACKAGE index c02a3cc..0d05440 100644 --- a/git/PACKAGE +++ b/git/PACKAGE @@ -1,5 +1,6 @@ #!/bin/sh pkgver="todo" +pkgdeps="openssl" pkg_install() { git clone git://git.kernel.org/pub/scm/git/git.git