busybox: rebuild to update metadata objs.
This commit is contained in:
parent
c1f35a29c8
commit
9f8a8ad089
1 changed files with 3 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# Build template for 'busybox'.
|
||||
pkgname=busybox
|
||||
version=1.22.1
|
||||
revision=1
|
||||
revision=2
|
||||
hostmakedepends="perl"
|
||||
short_desc="The Swiss Army Knife of Embedded Linux"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -16,12 +16,10 @@ pre_build() {
|
|||
sed -e "s,\(CONFIG_CROSS_COMPILER_PREFIX\).*,\1=\"${XBPS_CROSS_TRIPLET}-\",g" -i .config
|
||||
fi
|
||||
}
|
||||
|
||||
do_build() {
|
||||
make ${makejobs}
|
||||
}
|
||||
|
||||
do_install() {
|
||||
vinstall busybox 755 usr/bin
|
||||
vinstall docs/busybox.1 644 usr/share/man/man1
|
||||
vbin busybox
|
||||
vman docs/busybox.1
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue