mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
base-system-busybox: depend on tzdata too
This commit is contained in:
parent
7ba5d69ab0
commit
8c2eabe17e
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Build template for 'base-system-busybox'.
|
# Build template for 'base-system-busybox'.
|
||||||
pkgname=base-system-busybox
|
pkgname=base-system-busybox
|
||||||
version=1.23.2
|
version=1.23.2
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="busybox-${version}"
|
wrksrc="busybox-${version}"
|
||||||
homepage="http://www.busybox.net"
|
homepage="http://www.busybox.net"
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
|
@ -30,7 +30,7 @@ for f in ${_FEATURES}; do
|
||||||
conflicts+=" ${f}>=0"
|
conflicts+=" ${f}>=0"
|
||||||
done
|
done
|
||||||
|
|
||||||
depends="base-files runit-void xbps kbd eudev shadow kmod ncurses-base procps-ng"
|
depends="base-files runit-void xbps kbd eudev shadow kmod ncurses-base procps-ng tzdata"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl) depends+=" musl";;
|
*-musl) depends+=" musl";;
|
||||||
|
|
Loading…
Add table
Reference in a new issue