aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-03-04 22:09:48 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-03-04 22:09:48 +0000
commit168d3c3876421d9069e9d29323c4b83d76336344 (patch)
tree4cd3554e2424dab64468d5e084e8795e6c6bb945 /Makefile
parented5acef5e9c400ecf0ba62f6e93823233adf38b3 (diff)
Add iaxy.bin, IAXy firmware version 01
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2335 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d0fe708c4..da0aab927 100755
--- a/Makefile
+++ b/Makefile
@@ -331,6 +331,11 @@ bininstall: all
mkdir -p $(DESTDIR)$(ASTVARLIBDIR)/firmware
mkdir -p $(DESTDIR)$(ASTVARLIBDIR)/firmware/iax
install -m 644 keys/iaxtel.pub $(DESTDIR)$(ASTVARLIBDIR)/keys
+ if [ -d contrib/firmware/iax ]; then \
+ install -m 644 contrib/firmware/iax/iaxy.bin $(DESTDIR)$(ASTVARLIBDIR)/firmware/iax/iaxy.conf ; \
+ else \
+ echo "You need to do cvs update -d not just cvs update" ; \
+ fi
( cd $(DESTDIR)$(ASTVARLIBDIR)/sounds ; ln -s $(ASTSPOOLDIR)/vm . )
( cd $(DESTDIR)$(ASTVARLIBDIR)/sounds ; ln -s $(ASTSPOOLDIR)/voicemail . )
@echo " +---- Asterisk Installation Complete -------+"