diff options
author | Pau Espin Pedrol <pespin@sysmocom.de> | 2018-09-12 16:11:40 +0200 |
---|---|---|
committer | Pau Espin Pedrol <pespin@sysmocom.de> | 2018-09-12 16:12:54 +0200 |
commit | 13d47c043be61324c9b19787bae7d2960f62e982 (patch) | |
tree | 5e8b0c3cf58a8ca4a41bdf849041e3e6ef86d46e | |
parent | 5a266f64426eac6665bcae87a17b471cd437eebf (diff) |
Install sample cfg file to /etc/osmocom
Change-Id: I437e6ada9f391eece75b2f2e2af3bec4e8e9f6ce
-rw-r--r-- | debian/osmo-stp.install | 1 | ||||
-rw-r--r-- | doc/examples/Makefile.am | 5 |
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/osmo-stp.install b/debian/osmo-stp.install index 839735c..b3234e2 100644 --- a/debian/osmo-stp.install +++ b/debian/osmo-stp.install @@ -1,3 +1,4 @@ +/etc/osmocom/osmo-stp.cfg /lib/systemd/system/osmo-stp.service /usr/bin/osmo-stp /usr/share/doc/libosmo-sccp/examples/osmo-stp/osmo-stp.cfg diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am index b1a7a0f..a8e9991 100644 --- a/doc/examples/Makefile.am +++ b/doc/examples/Makefile.am @@ -1,4 +1,7 @@ examples_stpdir = $(docdir)/examples/osmo-stp examples_stp_DATA = osmo-stp.cfg -EXTRA_DIST = $(examples_stp_DATA) +osmoconfdir = $(sysconfdir)/osmocom +osmoconf_DATA = osmo-stp.cfg + +EXTRA_DIST = osmo-stp.cfg |