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:03 -0600
commit6cc7ee85dfcbeca765f0ba0697baa2e2e865d753 (patch)
tree8e18412fbbbeef58dafadc9965a960adf2bd39a2 /contrib
parent9882639f371d8cdeed868837bf026b0371e2af0a (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"