summaryrefslogtreecommitdiffstats
path: root/ui
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 /ui
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 'ui')
-rw-r--r--ui/ncurses/Makefile.am4
-rw-r--r--ui/twin/Makefile.am4
2 files changed, 4 insertions, 4 deletions
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
OpenPOWER on IntegriCloud