From 37c1ffdadfda345fd910119fb9a4f2859db809ad Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Wed, 12 Sep 2018 18:07:50 +0200 Subject: Install sample cfg file to /etc/osmocom Change-Id: I7476a1db470d3bc3a833e7657ad29f266df51667 --- debian/osmo-hnbgw.install | 1 + doc/examples/Makefile.am | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/debian/osmo-hnbgw.install b/debian/osmo-hnbgw.install index bb70ad5..f040f23 100644 --- a/debian/osmo-hnbgw.install +++ b/debian/osmo-hnbgw.install @@ -1,3 +1,4 @@ +etc/osmocom/osmo-hnbgw.cfg lib/systemd/system/osmo-hnbgw.service usr/bin/osmo-hnbgw usr/share/doc/osmo-iuh/examples/osmo-hnbgw.cfg diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am index 8f14fdc..7441d48 100644 --- a/doc/examples/Makefile.am +++ b/doc/examples/Makefile.am @@ -1,3 +1,7 @@ +osmoconfdir = $(sysconfdir)/osmocom +osmoconf_DATA = osmo-hnbgw.cfg + +EXTRA_DIST = osmo-hnbgw.cfg CFG_FILES = find $(srcdir) -name '*.cfg*' | sed -e 's,^$(srcdir),,' -- cgit v1.2.3