diff options
author | Attila Molnar <attilamolnar@hush.com> | 2013-03-02 08:23:22 -0800 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2013-03-02 08:23:22 -0800 |
commit | be5b0e2b3915dff52b1d1735fded824a6ba26495 (patch) | |
tree | 072e60a6b12cb6c36063a0203acc9acdb6baf0c7 /make | |
parent | d8e92ecc5e1cfced8bc5ed429dfb2eab5d8ae8ae (diff) | |
parent | 5f6372b2f091b704b8b79e4696a71e795f1164c0 (diff) |
Merge pull request #430 from SaberUK/insp20+config-tidy
Reorganise configuration files.
Diffstat (limited to 'make')
-rw-r--r-- | make/template/main.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/template/main.mk b/make/template/main.mk index 114122dd3..17e15f53a 100644 --- a/make/template/main.mk +++ b/make/template/main.mk @@ -233,7 +233,7 @@ install: target -$(INSTALL) -m $(INSTMODE_LIB) tools/gdbargs $(BASE)/.gdbargs 2>/dev/null -$(INSTALL) -m $(INSTMODE_LIB) docs/conf/*.example $(CONPATH)/examples -$(INSTALL) -m $(INSTMODE_LIB) docs/conf/aliases/*.example $(CONPATH)/examples/aliases - -$(INSTALL) -m $(INSTMODE_LIB) docs/conf/modules/*.conf.* $(CONPATH)/examples/modules + -$(INSTALL) -m $(INSTMODE_LIB) docs/conf/modules/*.example $(CONPATH)/examples/modules @echo "" @echo "*************************************" @echo "* INSTALL COMPLETE! *" |