From: Geoff Levand Date: Wed, 22 Feb 2012 21:15:35 +0000 (-0800) Subject: Move installed programs from bin to sbin X-Git-Tag: v1.0.0~789 X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=commitdiff_plain;h=2bc8d5c941717d950cb8c8fff564d9b634bc6215;ds=inline Move installed programs from bin to sbin Signed-off-by: Geoff Levand --- 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