mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 18:13:50 +02:00
coreutils: fix logic.
This commit is contained in:
parent
789133ebdc
commit
d7d25b1c76
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ if [ "$CHROOT_READY" ]; then
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
subpackages="coreutils-doc"
|
subpackages="coreutils-doc"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue