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