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
|
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() {
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue