summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2005-01-21 04:44:49 +0000
committerMark Spencer <markster@digium.com>2005-01-21 04:44:49 +0000
commitf5458639d479e2ce13e400408a546e4a3de3abf7 (patch)
tree74e9ca3c9af9a2ffc2f287fc8e88b8d44e4f659c /Makefile
parent9edab98b2ce04f9774b4beba147f892c0a110844 (diff)
Install "autosupport" by default...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4864 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 821aa612b..25e2e7637 100755
--- 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