From 2bc8d5c941717d950cb8c8fff564d9b634bc6215 Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Wed, 22 Feb 2012 13:15:35 -0800 Subject: Move installed programs from bin to sbin Signed-off-by: Geoff Levand --- utils/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils') 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 -- cgit v1.2.1