busybox: rename busybox binary to the expected filename.

This commit is contained in:
Juan RP 2015-05-05 09:08:52 +02:00
parent 9188443091
commit 21f09ac06b

View file

@ -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
}