diff options
author | Geoff Levand <geoff@infradead.org> | 2012-02-22 13:15:35 -0800 |
---|---|---|
committer | Geoff Levand <geoff@infradead.org> | 2012-02-24 12:37:42 -0800 |
commit | 2bc8d5c941717d950cb8c8fff564d9b634bc6215 (patch) | |
tree | d39aca8a527df3b4798eec89a9cdca3935d5b5ff /utils/Makefile.am | |
parent | 561f7df61d193d63c07fe41e5612b243e928f336 (diff) | |
download | talos-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 'utils/Makefile.am')
-rw-r--r-- | utils/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
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 |