From 7a081810f098343134a2442f065927a51da4dd5f Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 23 Nov 2014 12:43:41 +0100 Subject: [PATCH] libtomcrypt: fix installation. --- srcpkgs/libtomcrypt/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/libtomcrypt/template b/srcpkgs/libtomcrypt/template index 235657fc3d1..806c71a5340 100644 --- a/srcpkgs/libtomcrypt/template +++ b/srcpkgs/libtomcrypt/template @@ -20,9 +20,8 @@ do_build() { fi make RANLIB=$RANLIB -f makefile.shared ${makejobs} } - do_install() { - make -f makefile.shared NODOCS=1 DESTDIR=${DESTDIR} install + make -f makefile.shared GROUP="$(whoami)" USER="$(whoami)" NODOCS=1 DESTDIR=${DESTDIR} install vman ${sourcepkg}.3 }