From 25ec46454ca3aec7886d45ee4d99d7db330c34f7 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Wed, 30 Dec 2009 12:15:25 +0000 Subject: [PATCH] =?utf8?q?Install=20virt-what=20in=20$sbindir=20since=20th?= =?utf8?q?e=20script=20should=20only=20be=20run=20by=20root=20(suggested?= =?utf8?q?=20by=20Laurent=20L=C3=A9onard)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 8efacb9..5f76d8f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ CLEANFILES = virt-what.1 virt-what.txt AM_CPPFLAGS = -Wall -bin_SCRIPTS = virt-what +sbin_SCRIPTS = virt-what libexec_PROGRAMS = virt-what-cpuid-helper man_MANS = virt-what.1 -- 1.8.3.1