[Asterisk-cvs] asterisk/codecs Makefile,1.8,1.9

markster at lists.digium.com markster at lists.digium.com
Sat Oct 25 12:01:49 CDT 2003


Update of /usr/cvsroot/asterisk/codecs
In directory mongoose.digium.com:/tmp/cvs-serv5590/codecs

Modified Files:
	Makefile 
Log Message:
Add DESTDIR support (bug #200)


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/codecs/Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Makefile	21 Oct 2003 02:57:29 -0000	1.8
+++ Makefile	25 Oct 2003 17:27:53 -0000	1.9
@@ -97,7 +97,7 @@
 include .depend
 
 install: all
-	for x in $(CODECS); do $(INSTALL) -m 755 $$x $(MODULES_DIR) ; done
+	for x in $(CODECS); do $(INSTALL) -m 755 $$x $(DESTDIR)$(MODULES_DIR) ; done
 
 depend: .depend
 




More information about the svn-commits mailing list