From 5de25cd4ce9e22472fb7cf373bfdac1a165ad389 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Mon, 13 Jul 2009 14:40:25 -0400 Subject: [PATCH] coreutils: enable `hostname` --- base/coreutils/coreutils.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/base/coreutils/coreutils.conf b/base/coreutils/coreutils.conf index 2bfbc385c..30653346d 100644 --- a/base/coreutils/coreutils.conf +++ b/base/coreutils/coreutils.conf @@ -50,3 +50,5 @@ var_append INSTALL_WRAPPER_FILTER "|" \ hook_add postmake 5 'ln -sf install $root/usr/bin/ginstall' +# install hostname +var_append confopt ' ' '--enable-install-program=hostname'