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