summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorGeorge Joseph <gjoseph@digium.com>2017-01-31 11:46:08 -0700
committerGeorge Joseph <gjoseph@digium.com>2017-01-31 12:48:14 -0600
commite252aff9ad9e8448ec0bdcd031b3833dd460d7db (patch)
treec94b6c0331073391bd5f84a1acea83d4fd235549 /contrib
parentb814343538545f5b9005d3c32c953d66b7967e03 (diff)
debug_utilities: Install ast_logescalator to /var/lib/asterisk/scripts
Forgot to install it with the original patch Change-Id: I8bdb540a6694971ae5fe21f48d532332c6482e4c
Diffstat (limited to 'contrib')
-rw-r--r--contrib/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/Makefile b/contrib/Makefile
index a66724311..9512de540 100644
--- a/contrib/Makefile
+++ b/contrib/Makefile
@@ -21,11 +21,13 @@ include $(ASTTOPDIR)/Makefile.rules
install:
$(INSTALL) -d "$(DESTDIR)$(ASTDATADIR)/scripts"
+ $(INSTALL) -m 755 scripts/ast_logescalator "$(DESTDIR)$(ASTDATADIR)/scripts/ast_logescalator"
$(INSTALL) -m 755 scripts/ast_loggrabber "$(DESTDIR)$(ASTDATADIR)/scripts/ast_loggrabber"
$(INSTALL) -m 755 scripts/ast_coredumper "$(DESTDIR)$(ASTDATADIR)/scripts/ast_coredumper"
$(INSTALL) -m 755 scripts/refcounter.py "$(DESTDIR)$(ASTDATADIR)/scripts/refcounter.py"
uninstall:
+ -rm -f "$(DESTDIR)$(ASTDATADIR)/scripts/ast_logescalator"
-rm -f "$(DESTDIR)$(ASTDATADIR)/scripts/ast_loggrabber"
-rm -f "$(DESTDIR)$(ASTDATADIR)/scripts/ast_coredumper"
-rm -f "$(DESTDIR)$(ASTDATADIR)/scripts/refcounter.py"