aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2021-03-03 08:09:36 +0100
committerHarald Welte <laforge@osmocom.org>2021-03-03 08:10:56 +0100
commiteb9267b15ecd1dbff21a7be6488ddb08ed612d22 (patch)
tree6de255f64cbef2a08415413b54f0b91a426cd829
parent1efb2bcd90d6829076002df1c425d92f66e13ea9 (diff)
Don't install sgsnemu.conf to /etc/osmocom/
This is an auxiliary example config file, which should not be installed to /etc/ and hence not be in OSMOCONF_FILES This fixes the following rpm packaging error: [ 149s] error: Installed (but unpackaged) file(s) found: [ 149s] /etc/osmocom/sgsnemu.conf Change-Id: Id31f6542590405531ff61a9434041c15e779865b Fixes: Icd6f3efcf5a9ef50237a3d0a76d4cce55051f447
-rw-r--r--doc/examples/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am
index f80ce0d..a81dd35 100644
--- a/doc/examples/Makefile.am
+++ b/doc/examples/Makefile.am
@@ -1,6 +1,5 @@
OSMOCONF_FILES = \
osmo-ggsn.cfg \
- sgsnemu.conf \
$(NULL)
osmoconfdir = $(sysconfdir)/osmocom