From 5e91debe4eb75dcd4990038fb5da6d8db9ef0eba Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Wed, 12 Sep 2018 18:49:29 +0200 Subject: [PATCH] Install sample cfg file to /etc/osmocom Change-Id: I19f3755f7637dfc017a89f503831f7df8098a919 --- debian/osmo-msc.install | 1 + doc/examples/Makefile.am | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/debian/osmo-msc.install b/debian/osmo-msc.install index 1e7f22f2a..e4b964623 100644 --- a/debian/osmo-msc.install +++ b/debian/osmo-msc.install @@ -1,3 +1,4 @@ +etc/osmocom/osmo-msc.cfg lib/systemd/system/osmo-msc.service usr/bin/osmo-msc usr/share/doc/osmo-msc/examples/osmo-msc/osmo-msc.cfg usr/share/doc/osmo-msc/examples diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am index 530c3fa8f..af36318f9 100644 --- a/doc/examples/Makefile.am +++ b/doc/examples/Makefile.am @@ -1,3 +1,11 @@ +OSMOCONF_FILES = \ + osmo-msc/osmo-msc.cfg + +osmoconfdir = $(sysconfdir)/osmocom +osmoconf_DATA = $(OSMOCONF_FILES) + +EXTRA_DIST = $(OSMOCONF_FILES) + CFG_FILES = find $(srcdir) -name '*.cfg*' | sed -e 's,^$(srcdir),,' dist-hook: