coreutils: fix logic.

This commit is contained in:
Juan RP 2014-11-10 14:49:13 +01:00
parent 789133ebdc
commit d7d25b1c76
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ if [ "$CHROOT_READY" ]; then
hostmakedepends="perl"
fi
if [ -z "$CROSS_BUILD" ]; then
if [ "$CROSS_BUILD" ]; then
subpackages="coreutils-doc"
fi