Pau Espin Pedrol has submitted this change and it was merged. ( https://gerrit.osmocom.org/10923 )
Change subject: Install osmo-pcu.cfg to docdir/examples ...................................................................... Install osmo-pcu.cfg to docdir/examples Change-Id: I42938d9abd17575c2e0ce69cc20d44a131f26b6a --- M debian/osmo-pcu.install M doc/examples/Makefile.am 2 files changed, 6 insertions(+), 2 deletions(-) Approvals: Jenkins Builder: Verified Harald Welte: Looks good to me, approved diff --git a/debian/osmo-pcu.install b/debian/osmo-pcu.install index 1b82e96..9b7eac6 100644 --- a/debian/osmo-pcu.install +++ b/debian/osmo-pcu.install @@ -3,3 +3,4 @@ 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 1500149..0ea13e1 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 -- To view, visit https://gerrit.osmocom.org/10923 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: osmo-pcu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I42938d9abd17575c2e0ce69cc20d44a131f26b6a Gerrit-Change-Number: 10923 Gerrit-PatchSet: 2 Gerrit-Owner: Pau Espin Pedrol <[email protected]> Gerrit-Reviewer: Harald Welte <[email protected]> Gerrit-Reviewer: Jenkins Builder (1000002) Gerrit-Reviewer: Pau Espin Pedrol <[email protected]>
