summaryrefslogtreecommitdiff
blob: 9a1cff92161711401949cfd76c949f9ef6a0f78c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Richard Jones <rjones@redhat.com>
Date: Wed, 30 Dec 2009 12:15:25 +0000 (+0000)
Subject: Install virt-what in $sbindir since the script should only be run by root (suggested... 
X-Git-Url: http://git.annexia.org/?p=virt-what.git;a=commitdiff_plain;h=25ec46454ca3aec7886d45ee4d99d7db330c34f7

Install virt-what in $sbindir since the script should only be run by root (suggested by Laurent Léonard)
---

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