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