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

@ -5,8 +5,8 @@ pkg_install() {
git clone git://busybox.net/busybox.git git clone git://busybox.net/busybox.git
cd busybox cd busybox
make defconfig make defconfig
make make
make install DESTDIR="$1" make install CONFIG_PREFIX="$1/usr"
} }
pkg_uninstall() { pkg_uninstall() {

View file

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