base-minimal: order dependencies correctly to not pull in chroot-gawk
This commit is contained in:
parent
248e301ff7
commit
a2a0fd39d1
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'base-minimal'
|
# Template file for 'base-minimal'
|
||||||
pkgname=base-minimal
|
pkgname=base-minimal
|
||||||
version=0.1
|
version=0.1
|
||||||
revision=2
|
revision=3
|
||||||
build_style=meta
|
build_style=meta
|
||||||
homepage="http://www.voidlinux.org/"
|
homepage="http://www.voidlinux.org/"
|
||||||
short_desc="Void Linux base system meta with minimal tools"
|
short_desc="Void Linux base system meta with minimal tools"
|
||||||
|
@ -9,8 +9,9 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="Public domain"
|
license="Public domain"
|
||||||
|
|
||||||
depends="
|
depends="
|
||||||
base-files coreutils findutils diffutils dash grep gzip runit-void
|
base-files coreutils findutils diffutils dash grep gzip sed gawk
|
||||||
sed gawk util-linux which tar shadow psmisc iana-etc xbps nvi tzdata"
|
util-linux which tar shadow psmisc iana-etc xbps nvi tzdata
|
||||||
|
runit-void"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl) depends+=" musl";;
|
*-musl) depends+=" musl";;
|
||||||
|
|
Loading…
Reference in a new issue