aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/Makefile.am
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-02-19 16:19:19 +0900
committerHarald Welte <laforge@gnumonks.org>2011-02-19 16:19:19 +0900
commit5ec26fe98319a65760618f946b4f8c72ba72ff6f (patch)
treeac4a29681eca163fdeba1bf2c9d0da2e44ffb416 /openbsc/src/gprs/Makefile.am
parentf358964fb2496b3ce78ecc2ded3dfd48f560020f (diff)
Install programs into $(prefix)/bin, not /sbin
At least in many configurations, there is no need to run any of our programs as root. Thus, we shouldn't install them in sbin.
Diffstat (limited to 'openbsc/src/gprs/Makefile.am')
-rw-r--r--openbsc/src/gprs/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsc/src/gprs/Makefile.am b/openbsc/src/gprs/Makefile.am
index fe344944c..2fa9181fb 100644
--- a/openbsc/src/gprs/Makefile.am
+++ b/openbsc/src/gprs/Makefile.am
@@ -6,9 +6,9 @@ noinst_LIBRARIES = libgb.a
noinst_HEADERS = gprs_sndcp.h
if HAVE_LIBGTP
-sbin_PROGRAMS = osmo-gbproxy osmo-sgsn
+bin_PROGRAMS = osmo-gbproxy osmo-sgsn
else
-sbin_PROGRAMS = osmo-gbproxy
+bin_PROGRAMS = osmo-gbproxy
endif