From d7d25b1c760a8a3d726d2b69ae52f26e11a3b14a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 10 Nov 2014 14:49:13 +0100 Subject: [PATCH] coreutils: fix logic. --- srcpkgs/coreutils/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/coreutils/template b/srcpkgs/coreutils/template index 1cad370547e..dca74c7e826 100644 --- a/srcpkgs/coreutils/template +++ b/srcpkgs/coreutils/template @@ -17,7 +17,7 @@ if [ "$CHROOT_READY" ]; then hostmakedepends="perl" fi -if [ -z "$CROSS_BUILD" ]; then +if [ "$CROSS_BUILD" ]; then subpackages="coreutils-doc" fi