This commit is contained in:
Ohio2 2021-07-02 00:25:01 +02:00
parent f7b4d14d53
commit 44e66c72c0
2 changed files with 3 additions and 2 deletions

View file

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

View file

@ -1,5 +1,6 @@
#!/bin/sh
pkgver="todo"
pkgdeps="openssl"
pkg_install() {
git clone git://git.kernel.org/pub/scm/git/git.git