From: Russell Bryant Date: Tue, 1 Mar 2005 14:51:24 +0000 (+0000) Subject: add autosupport script for Digium support (bug #3685) X-Git-Tag: 1.0.11.1~205 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe07794bbad8214a7306451b8b2e9dd4bb50324c;p=thirdparty%2Fasterisk.git add autosupport script for Digium support (bug #3685) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5114 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/Makefile b/Makefile index d6ff5fe995..79dee3875d 100755 --- a/Makefile +++ b/Makefile @@ -377,6 +377,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