l
This commit is contained in:
parent
f7b4d14d53
commit
44e66c72c0
2 changed files with 3 additions and 2 deletions
|
@ -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() {
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#!/bin/sh
|
||||
pkgver="todo"
|
||||
pkgdeps="openssl"
|
||||
|
||||
pkg_install() {
|
||||
git clone git://git.kernel.org/pub/scm/git/git.git
|
||||
|
|
Loading…
Reference in a new issue