From 276a497c752d9dd7fea47ce9a10ffc92c7feafa7 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 19 Dec 2009 22:57:36 +0100 Subject: [PATCH] libcap: erm, missed ln(1) in previous as well! --HG-- extra : convert_revision : 34f5b74efc598f3802a1fc40cc4f4d944676c86b --- srcpkgs/libcap/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libcap/template b/srcpkgs/libcap/template index 8a38e68e03..4a7506c24e 100644 --- a/srcpkgs/libcap/template +++ b/srcpkgs/libcap/template @@ -26,7 +26,7 @@ pre_install() { if [ "$xbps_machine" = "x86_64" ]; then mkdir -p ${DESTDIR}/usr/lib - cd ${DESTDIR}/usr && ln -sv lib lib64 && cd ${wrksrc} + cd ${DESTDIR}/usr && ln -s lib lib64 && cd ${wrksrc} fi }