summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 2cae111b3..ac304dc9a 100644
--- a/Makefile
+++ b/Makefile
@@ -745,10 +745,10 @@ samples: adsi
echo ";astctlgroup = apache" ; \
echo ";astctl = asterisk.ctl" ; \
echo "" ; \
- echo "[compat]" ; \
- echo "pbx_realtime=1.6" ; \
- echo "res_agi=1.6" ; \
- echo "app_set=1.6" ; \
+ echo ";[compat]" ; \
+ echo ";pbx_realtime=1.6" ; \
+ echo ";res_agi=1.6" ; \
+ echo ";app_set=1.6" ; \
) > $(DESTDIR)$(ASTCONFPATH) ; \
else \
echo "Skipping asterisk.conf creation"; \