[Asterisk-cvs] asterisk Makefile,1.76,1.77
markster at lists.digium.com
markster at lists.digium.com
Tue Feb 24 16:38:40 CST 2004
- Previous message: [Asterisk-cvs] asterisk/configs indications.conf.sample,1.9,1.10
- Next message: [Asterisk-cvs] asterisk/channels chan_iax2.c,1.97,1.98 iax2-parser.c,1.14,1.15 iax2-parser.h,1.6,1.7 iax2.h,1.13,1.14
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv28962
Modified Files:
Makefile
Log Message:
Add IAX2 firmware upgrade support
Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/Makefile,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- Makefile 7 Feb 2004 07:13:33 -0000 1.76
+++ Makefile 24 Feb 2004 21:27:16 -0000 1.77
@@ -328,6 +328,8 @@
mkdir -p $(DESTDIR)$(ASTVARLIBDIR)/sounds
mkdir -p $(DESTDIR)$(ASTLOGDIR)/cdr-csv
mkdir -p $(DESTDIR)$(ASTVARLIBDIR)/keys
+ mkdir -p $(DESTDIR)$(ASTVARLIBDIR)/firmware
+ mkdir -p $(DESTDIR)$(ASTVARLIBDIR)/firmware/iax
install -m 644 keys/iaxtel.pub $(DESTDIR)$(ASTVARLIBDIR)/keys
( cd $(DESTDIR)$(ASTVARLIBDIR)/sounds ; ln -s $(ASTSPOOLDIR)/vm . )
( cd $(DESTDIR)$(ASTVARLIBDIR)/sounds ; ln -s $(ASTSPOOLDIR)/voicemail . )
- Previous message: [Asterisk-cvs] asterisk/configs indications.conf.sample,1.9,1.10
- Next message: [Asterisk-cvs] asterisk/channels chan_iax2.c,1.97,1.98 iax2-parser.c,1.14,1.15 iax2-parser.h,1.6,1.7 iax2.h,1.13,1.14
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list