summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--discover/Makefile.am2
-rw-r--r--ui/ncurses/Makefile.am4
-rw-r--r--ui/twin/Makefile.am4
-rw-r--r--utils/Makefile.am4
4 files changed, 7 insertions, 7 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 \
diff --git a/ui/ncurses/Makefile.am b/ui/ncurses/Makefile.am
index f5c3928..ec8217f 100644
--- a/ui/ncurses/Makefile.am
+++ b/ui/ncurses/Makefile.am
@@ -40,10 +40,10 @@ libpbnc_la_SOURCES = \
nc-scr.c \
nc-scr.h
-bin_PROGRAMS = pb-nc
+sbin_PROGRAMS = pb-nc
if ENABLE_PS3
-bin_PROGRAMS += pb-nc-ps3
+sbin_PROGRAMS += pb-nc-ps3
endif
diff --git a/ui/twin/Makefile.am b/ui/twin/Makefile.am
index 9e8f5de..af87500 100644
--- a/ui/twin/Makefile.am
+++ b/ui/twin/Makefile.am
@@ -44,10 +44,10 @@ libpbt_la_SOURCES = \
pbt-scr.c \
pbt-scr.h
-bin_PROGRAMS = pb-twin
+sbin_PROGRAMS = pb-twin
if ENABLE_PS3
-bin_PROGRAMS += pb-twin-ps3
+sbin_PROGRAMS += pb-twin-ps3
endif
diff --git a/utils/Makefile.am b/utils/Makefile.am
index 02b8f62..b62a962 100644
--- a/utils/Makefile.am
+++ b/utils/Makefile.am
@@ -21,9 +21,9 @@ AM_CPPFLAGS = \
AM_CFLAGS = \
$(DEFAULT_CFLAGS)
-dist_bin_SCRIPTS = pb-udhcpc
+dist_sbin_SCRIPTS = pb-udhcpc
-bin_PROGRAMS = pb-event
+sbin_PROGRAMS = pb-event
pb_event_SOURCES = pb-event.c
OpenPOWER on IntegriCloud