Install sample cfg file to /etc/osmocom
Change-Id: I87bc40fafa6269d99ccbfe49a61fc7ae4da62e80changes/20/10920/2
parent
d58ddb2c4e
commit
f552166c62
|
@ -1,3 +1,4 @@
|
|||
/etc/osmocom/osmo-bsc.cfg
|
||||
lib/systemd/system/osmo-bsc.service
|
||||
usr/bin/osmo-bsc
|
||||
usr/share/doc/osmo-bsc/examples/osmo-bsc/osmo-bsc_custom-sccp.cfg usr/share/doc/osmo-bsc/examples
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
OSMOCONF_FILES = \
|
||||
osmo-bsc/osmo-bsc.cfg
|
||||
|
||||
osmoconfdir = $(sysconfdir)/osmocom
|
||||
osmoconf_DATA = $(OSMOCONF_FILES)
|
||||
|
||||
EXTRA_DIST = $(OSMOCONF_FILES)
|
||||
|
||||
CFG_FILES = find $(srcdir) -name '*.cfg*' | sed -e 's,^$(srcdir),,'
|
||||
|
||||
dist-hook:
|
||||
|
|
Loading…
Reference in New Issue