summaryrefslogtreecommitdiffstats
path: root/discover/Makefile.am
diff options
context:
space:
mode:
authorGeoff Levand <geoff@infradead.org>2012-02-22 13:15:35 -0800
committerGeoff Levand <geoff@infradead.org>2012-02-24 12:37:42 -0800
commit2bc8d5c941717d950cb8c8fff564d9b634bc6215 (patch)
treed39aca8a527df3b4798eec89a9cdca3935d5b5ff /discover/Makefile.am
parent561f7df61d193d63c07fe41e5612b243e928f336 (diff)
downloadtalos-petitboot-2bc8d5c941717d950cb8c8fff564d9b634bc6215.tar.gz
talos-petitboot-2bc8d5c941717d950cb8c8fff564d9b634bc6215.zip
Move installed programs from bin to sbin
Signed-off-by: Geoff Levand <geoff@infradead.org>
Diffstat (limited to 'discover/Makefile.am')
-rw-r--r--discover/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/discover/Makefile.am b/discover/Makefile.am
index 6ace400..10d4d65 100644
--- a/discover/Makefile.am
+++ b/discover/Makefile.am
@@ -31,7 +31,7 @@ libparser_la_SOURCES = \
paths.c \
paths.h
-bin_PROGRAMS = pb-discover
+sbin_PROGRAMS = pb-discover
pb_discover_SOURCES = \
device-handler.c \
OpenPOWER on IntegriCloud