busybox fix
This commit is contained in:
parent
f47b27a5c6
commit
c75baeb8ca
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ pkg_install() {
|
|||
cd busybox
|
||||
make defconfig
|
||||
make
|
||||
make install DESTDIR="$1"
|
||||
make install DESTDIR="${prefix}"
|
||||
}
|
||||
|
||||
pkg_uninstall() {
|
||||
|
|
Loading…
Reference in a new issue