From 8e66c07cdebe1a3190c3241507daa6901aeedcff Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Wed, 15 Jul 2009 10:21:15 -0400 Subject: [PATCH] coreutils: changed to not install mktemp if the mktemp package is enabled --- base/coreutils/coreutils.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/base/coreutils/coreutils.conf b/base/coreutils/coreutils.conf index 30653346d..113bde16b 100644 --- a/base/coreutils/coreutils.conf +++ b/base/coreutils/coreutils.conf @@ -52,3 +52,7 @@ hook_add postmake 5 'ln -sf install $root/usr/bin/ginstall' # install hostname var_append confopt ' ' '--enable-install-program=hostname' + +if pkginstalled mktemp; then + var_append confopt ' ' '--enable-no-install-program=mktemp' +fi