From ca055fc50d96215e8c0324e9ddc9a9593d0c4921 Mon Sep 17 00:00:00 2001 From: ojab Date: Tue, 23 Apr 2013 16:51:24 +0400 Subject: [PATCH] libcap: fix typo --- srcpkgs/libcap/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libcap/template b/srcpkgs/libcap/template index 4657697bac..5634f8a1a5 100644 --- a/srcpkgs/libcap/template +++ b/srcpkgs/libcap/template @@ -13,7 +13,7 @@ distfiles="ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${version}.tar.gz checksum=e1cae65d8febf2579be37c255d2e058715785ead481a4e6a4357a06aff84721f if [ "$CROSS_BUILD" ]; then - hostmakedepends=+= "pam-devel" + hostmakedepends+=" pam-devel" fi do_build() {