summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
-rw-r--r--configs/cel.conf.sample2
2 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6221c4ea9..2f3d46659 100644
--- a/Makefile
+++ b/Makefile
@@ -545,7 +545,6 @@ installdirs:
$(INSTALL) -d "$(DESTDIR)$(ASTLOGDIR)"
$(INSTALL) -d "$(DESTDIR)$(ASTLOGDIR)/cdr-csv"
$(INSTALL) -d "$(DESTDIR)$(ASTLOGDIR)/cdr-custom"
- $(INSTALL) -d "$(DESTDIR)$(ASTLOGDIR)/cel-csv"
$(INSTALL) -d "$(DESTDIR)$(ASTLOGDIR)/cel-custom"
$(INSTALL) -d "$(DESTDIR)$(ASTDATADIR)"
$(INSTALL) -d "$(DESTDIR)$(ASTDATADIR)/documentation"
diff --git a/configs/cel.conf.sample b/configs/cel.conf.sample
index 65d79cdff..d9ba90cb5 100644
--- a/configs/cel.conf.sample
+++ b/configs/cel.conf.sample
@@ -4,7 +4,7 @@
; Channel Event Logging is a mechanism to provide fine-grained event information
; that can be used to generate billing information. Such event information can
-; be recorded to databases and files via pluggable backend modules.
+; be recorded to various backend modules.
;
[general]