busybox: rename busybox binary to the expected filename.
This commit is contained in:
parent
9188443091
commit
21f09ac06b
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Build template for 'busybox'.
|
||||
pkgname=busybox
|
||||
version=1.22.1
|
||||
revision=5
|
||||
revision=6
|
||||
hostmakedepends="perl"
|
||||
short_desc="The Swiss Army Knife of Embedded Linux"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
|
@ -44,7 +44,7 @@ do_build() {
|
|||
done
|
||||
}
|
||||
do_install() {
|
||||
vbin busybox/busybox_unstripped
|
||||
vbin busybox/busybox_unstripped busybox
|
||||
vman busybox/docs/busybox.1
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue