aboutsummaryrefslogtreecommitdiff
path: root/net/asterisk16/files/patch-contrib_Makefile
blob: 1b2e6790940634ebc92f11318752bc5f0cf02555 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- contrib/Makefile.orig	2017-04-12 21:47:53 UTC
+++ contrib/Makefile
@@ -24,10 +24,10 @@ install:
 	$(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"
+#	$(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"
+#	-rm -f "$(DESTDIR)$(ASTDATADIR)/scripts/refcounter.py"