distro packaging: fix missing path for example

The boilerplate code for installing configs used in other Osmocom
projects doesn't only install the example configs to /etc/osmocom, but
also to /usr/share/doc/. Add the missing path.

Fixes: 905bc4d2 ("doc/examples: install bankd_pcsc_slots.csv")
Change-Id: I95e4aa34d54bb485ff7ebb5e44d9c1db92ad8fe0
This commit is contained in:
Oliver Smith 2021-06-23 10:33:57 +02:00
parent 90b48a1fae
commit 588ec1a619
2 changed files with 2 additions and 0 deletions

View File

@ -195,6 +195,7 @@ make %{?_smp_mflags} check || find . -name testsuite.log -exec cat {} +
%{_unitdir}/osmo-remsim-bankd.service
%config(noreplace) %{_sysconfdir}/default/osmo-remsim-bankd
%config(noreplace) %{_sysconfdir}/osmocom/bankd_pcsc_slots.csv
%{_docdir}/osmo-remsim/examples/bankd_pcsc_slots.csv
%files -n osmo-remsim-client-shell
%{_bindir}/osmo-remsim-client-shell

View File

@ -2,3 +2,4 @@ usr/bin/osmo-remsim-bankd
lib/systemd/system/osmo-remsim-bankd.service
etc/default/osmo-remsim-bankd
etc/osmocom/bankd_pcsc_slots.csv
usr/share/doc/osmo-remsim/examples/bankd_pcsc_slots.csv