aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2022-12-08 15:18:17 +0100
committerOliver Smith <osmith@sysmocom.de>2022-12-08 15:59:28 +0100
commitf42b490064ebb1c688522d41eb3b80e528992d3a (patch)
treeb769e454ce725affe39287d2314f0ca23eaffd3f
parent4c81e741992edcccb9a705d40e0d0ed1bc77e7e9 (diff)
doc/examples: only install osmo-e1d.cfg to /etc
Adjust OSMOCONF_FILES, so only osmo-e1d.cfg of the examples gets installed to /etc/osmocom/. All other examples still get installed to /usr/share, as it is intended. Related: OS#5817 Change-Id: Ic449b7d38ed50add0164f056574d4da47530eb49
-rw-r--r--doc/examples/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am
index 2e070c2..b45a916 100644
--- a/doc/examples/Makefile.am
+++ b/doc/examples/Makefile.am
@@ -1,8 +1,5 @@
OSMOCONF_FILES = \
osmo-e1d.cfg \
- osmo-e1d-vpair.cfg \
- osmo-e1d-octoi-client.cfg \
- osmo-e1d-octoi-server.cfg \
$(NULL)
osmoconfdir = $(sysconfdir)/osmocom