osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-e1d/+/30516 )
Change subject: doc/examples: only install osmo-e1d.cfg to /etc ......................................................................
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 --- M doc/examples/Makefile.am 1 file changed, 0 insertions(+), 3 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-e1d refs/changes/16/30516/1
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