From e252aff9ad9e8448ec0bdcd031b3833dd460d7db Mon Sep 17 00:00:00 2001 From: George Joseph Date: Tue, 31 Jan 2017 11:46:08 -0700 Subject: debug_utilities: Install ast_logescalator to /var/lib/asterisk/scripts Forgot to install it with the original patch Change-Id: I8bdb540a6694971ae5fe21f48d532332c6482e4c --- contrib/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'contrib') 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" -- cgit v1.2.3