aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-03-23 17:00:13 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-03-23 17:00:13 +0000
commitf3bd6765df9cc7f64ce7035c6b816147d967c010 (patch)
tree574f9b1e0923c14b83fe069b7288f2700d06dae3 /Makefile
parent6c02eea3c2bb7b544c4da6f1e54b46e24a9c4d06 (diff)
Install to iaxy.bin, not iaxy.conf
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2536 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e8fbe7661..b71ba89a8 100755
--- a/Makefile
+++ b/Makefile
@@ -332,7 +332,7 @@ bininstall: all
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 ; \
+ install -m 644 contrib/firmware/iax/iaxy.bin $(DESTDIR)$(ASTVARLIBDIR)/firmware/iax/iaxy.bin; \
else \
echo "You need to do cvs update -d not just cvs update" ; \
fi