From 076122f5926ffd85d1639f51a6ab3da080a2276b Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Wed, 12 Sep 2018 19:18:23 +0200 Subject: [PATCH] Install osmo-pcu.cfg to docdir/examples Change-Id: I42938d9abd17575c2e0ce69cc20d44a131f26b6a --- debian/osmo-pcu.install | 1 + doc/examples/Makefile.am | 7 +++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/osmo-pcu.install b/debian/osmo-pcu.install index 1b82e961..9b7eac6f 100644 --- a/debian/osmo-pcu.install +++ b/debian/osmo-pcu.install @@ -3,3 +3,4 @@ lib/systemd/system/osmo-pcu.service usr/bin/osmo-pcu usr/include/osmocom/pcu/pcuif_proto.h usr/lib/*/pkgconfig/osmo-pcu.pc +usr/share/doc/osmo-pcu/examples/osmo-pcu/osmo-pcu.cfg diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am index 15001494..0ea13e1d 100644 --- a/doc/examples/Makefile.am +++ b/doc/examples/Makefile.am @@ -1,4 +1,7 @@ -pcuconfdir = $(sysconfdir)/osmocom -pcuconf_DATA = osmo-pcu.cfg +examples_pcudir = $(docdir)/examples/osmo-pcu +examples_pcu_DATA = osmo-pcu.cfg + +osmoconfdir = $(sysconfdir)/osmocom +osmoconf_DATA = osmo-pcu.cfg EXTRA_DIST = osmo-pcu.cfg