]> git.ozlabs.org Git - petitboot/commitdiff
Move installed programs from bin to sbin
authorGeoff Levand <geoff@infradead.org>
Wed, 22 Feb 2012 21:15:35 +0000 (13:15 -0800)
committerGeoff Levand <geoff@infradead.org>
Fri, 24 Feb 2012 20:37:42 +0000 (12:37 -0800)
Signed-off-by: Geoff Levand <geoff@infradead.org>
discover/Makefile.am
ui/ncurses/Makefile.am
ui/twin/Makefile.am
utils/Makefile.am

index 6ace4004a52b45c6346ffa9c4e14c0004855f477..10d4d65b09a6e5971238ea9d44fa588dcc679303 100644 (file)
@@ -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 \
index f5c3928a26b43077d44cc2ce6b310d472283e1ab..ec8217f6e3328468afca24226ae390022f9f5f01 100644 (file)
@@ -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
 
 
index 9e8f5de56c88df6f6332e851f0301fa013285751..af875009b9ae4826906ecc38b3d9ea367d426b07 100644 (file)
@@ -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
 
 
index 02b8f623643be623de43eab76839c3deaad83e95..b62a962f28848ac8840cf92d66c4fa419157d170 100644 (file)
@@ -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