[Asterisk-code-review] debug utilities: Install ast logescalator to /var/lib/asteri... (asterisk[certified/13.13])
George Joseph
asteriskteam at digium.com
Tue Jan 31 12:47:50 CST 2017
George Joseph has uploaded a new change for review. ( https://gerrit.asterisk.org/4850 )
Change subject: debug_utilities: Install ast_logescalator to /var/lib/asterisk/scripts
......................................................................
debug_utilities: Install ast_logescalator to /var/lib/asterisk/scripts
Forgot to install it with the original patch
Change-Id: I8bdb540a6694971ae5fe21f48d532332c6482e4c
---
M contrib/Makefile
1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/50/4850/1
diff --git a/contrib/Makefile b/contrib/Makefile
index a667243..9512de5 100644
--- a/contrib/Makefile
+++ b/contrib/Makefile
@@ -21,11 +21,13 @@
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"
--
To view, visit https://gerrit.asterisk.org/4850
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I8bdb540a6694971ae5fe21f48d532332c6482e4c
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: certified/13.13
Gerrit-Owner: George Joseph <gjoseph at digium.com>
More information about the asterisk-code-review
mailing list