projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9edab98
)
Install "autosupport" by default...
author
Mark Spencer
<markster@digium.com>
Fri, 21 Jan 2005 04:44:49 +0000
(
04:44
+0000)
committer
Mark Spencer
<markster@digium.com>
Fri, 21 Jan 2005 04:44:49 +0000
(
04:44
+0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4864
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
821aa61
..
25e2e76
100755
(executable)
--- a/
Makefile
+++ b/
Makefile
@@
-410,6
+410,7
@@
bininstall: all
mkdir -p $(DESTDIR)$(ASTSPOOLDIR)/tmp
install -m 755 asterisk $(DESTDIR)$(ASTSBINDIR)/
install -m 755 contrib/scripts/astgenkey $(DESTDIR)$(ASTSBINDIR)/
+ install -m 755 contrib/scripts/autosupport $(DESTDIR)$(ASTSBINDIR)/
if [ ! -f $(DESTDIR)$(ASTSBINDIR)/safe_asterisk ]; then \
install -m 755 contrib/scripts/safe_asterisk $(DESTDIR)$(ASTSBINDIR)/ ;\
fi