mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
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'.
|
# 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…
Add table
Reference in a new issue