pinned-spans: fix configuration file names
* Install them as *.conf.sample -- that's what they are * Correctly rename spantype.conf to span-types.conf (new name) Signed-off-by: Tzafrir Cohen <tzafrir.cohen@xorcom.com> Acked-by: Russ Meyerriecks <rmeyerriecks@digium.com>
This commit is contained in:
parent
8d9a6bdd80
commit
b303802658
2
Makefile
2
Makefile
@ -106,7 +106,7 @@ MAN_PAGES:=$(wildcard $(BINS:%=doc/%.8))
|
||||
|
||||
PINNED_DATA_SCRIPTS:=handle_device span_config
|
||||
PINNED_UTILS:=span_assignments span_types
|
||||
PINNED_CONF:=pinned-spans.conf spantype.conf
|
||||
PINNED_CONF:=pinned-spans.conf.sample span-types.conf.sample
|
||||
|
||||
TEST_BINS:=patgen pattest patlooptest hdlcstress hdlctest hdlcgen hdlcverify timertest dahdi_maint
|
||||
# All the man pages. Not just installed ones:
|
||||
|
Loading…
Reference in New Issue
Block a user