[Astpp-commit] SF.net SVN: astpp:[2196] trunk/Makefile
Brought to you by:
darrenkw
|
From: <dar...@us...> - 2008-09-04 00:06:05
|
Revision: 2196
http://astpp.svn.sourceforge.net/astpp/?rev=2196&view=rev
Author: darrenkw
Date: 2008-09-04 00:06:13 +0000 (Thu, 04 Sep 2008)
Log Message:
-----------
Added support to install the freeswich cgi files.
Modified Paths:
--------------
trunk/Makefile
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2008-09-02 05:17:43 UTC (rev 2195)
+++ trunk/Makefile 2008-09-04 00:06:13 UTC (rev 2196)
@@ -33,6 +33,9 @@
chgrp $(GROUP) $(DESTDIR)$(ASTPPDIR)
chgrp $(GROUP) $(DESTDIR)$(ASTPPLOGDIR)
chgrp $(GROUP) $(DESTDIR)$(ASTPPEXECDIR)
+ # Install Freeswitch .pl files as .cgi files
+ install -m 755 -o $(OWNER) -g $(GROUP) freeswitch/astpp-fs-xml.pl $(DESTDIR)$(WWWDIR)/cgi-bin/astpp-fs-xml.cgi
+ #
install -m 755 -o $(OWNER) -g $(GROUP) astpp-callback.cgi $(DESTDIR)$(WWWDIR)/cgi-bin/astpp-callback.cgi
install -m 755 -o $(OWNER) -g $(GROUP) astpp-pricelist.cgi $(DESTDIR)$(WWWDIR)/cgi-bin/astpp-pricelist.cgi
install -m 755 -o $(OWNER) -g $(GROUP) astpp-refill.cgi $(DESTDIR)$(WWWDIR)/cgi-bin/astpp-refill.cgi
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|