From 0468529cf0fe487d2e608d630afa877d78a3670d Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 11 Nov 2014 10:11:53 +0100 Subject: [PATCH] libcap: fix chroot build. --- srcpkgs/libcap/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libcap/template b/srcpkgs/libcap/template index 71946cc6d49..18fdcb8f2cf 100644 --- a/srcpkgs/libcap/template +++ b/srcpkgs/libcap/template @@ -11,7 +11,7 @@ license="GPL-2" distfiles="${KERNEL_SITE}/libs/security/linux-privs/libcap2/$pkgname-$version.tar.xz" checksum=cee4568f78dc851d726fc93f25f4ed91cc223b1fe8259daa4a77158d174e6c65 -if [ -z "$CHROOT_READY" ]; then +if [ "$CHROOT_READY" ]; then hostmakedepends="gperf perl" fi