From fc0fecb4768d696db3324bcf6dd03325bb4cd513 Mon Sep 17 00:00:00 2001 From: Matthew Jordan Date: Thu, 17 Jul 2014 21:17:28 +0000 Subject: configs: Move sample config files into a subdirectory of configs This moves all samples configs from configs/ to configs/samples. This allows for additional sets of sample configuration files to be added in the future. Review: https://reviewboard.asterisk.org/r/3804/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@418870 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6a517889d..886f976f8 100644 --- a/Makefile +++ b/Makefile @@ -660,7 +660,7 @@ upgrade: bininstall adsi: @echo Installing adsi config files... $(INSTALL) -d "$(DESTDIR)$(ASTETCDIR)" - @for x in configs/*.adsi; do \ + @for x in configs/samples/*.adsi; do \ dst="$(DESTDIR)$(ASTETCDIR)/`$(BASENAME) $$x`" ; \ if [ -f "$${dst}" ] ; then \ echo "Overwriting $$x" ; \ @@ -672,7 +672,7 @@ adsi: samples: adsi @echo Installing other config files... - @for x in configs/*.sample; do \ + @for x in configs/samples/*.sample; do \ dst="$(DESTDIR)$(ASTETCDIR)/`$(BASENAME) $$x .sample`" ; \ if [ -f "$${dst}" ]; then \ if [ "$(OVERWRITE)" = "y" ]; then \ -- cgit v1.2.3