From 9417d74f21dceb91d618cf839a5940306c260058 Mon Sep 17 00:00:00 2001 From: Keith Amidon Date: Tue, 7 Apr 2009 16:48:10 -0700 Subject: [PATCH] Have vswitchd and brcompatd installed into sbindir This seems more appropriate given they won't be used by regular users normally. --- Makefile.am | 1 + vswitchd/automake.mk | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index d276604d..97721295 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,6 +34,7 @@ EXTRA_DIST = TESTS = TESTS_ENVIRONMENT = bin_PROGRAMS = +sbin_PROGRAMS = bin_SCRIPTS = dist_commands_DATA = dist_man_MANS = diff --git a/vswitchd/automake.mk b/vswitchd/automake.mk index da670cf2..ecc44276 100644 --- a/vswitchd/automake.mk +++ b/vswitchd/automake.mk @@ -1,4 +1,4 @@ -bin_PROGRAMS += vswitchd/vswitchd vswitchd/brcompatd +sbin_PROGRAMS += vswitchd/vswitchd vswitchd/brcompatd man_MANS += vswitchd/vswitchd.conf.5 \ vswitchd/vswitchd.8 \ vswitchd/brcompatd.8 -- 2.30.2