[svn-commits] trunk r23467 - /trunk/Makefile

svn-commits at lists.digium.com svn-commits at lists.digium.com
Sat Apr 29 21:34:05 MST 2006


Author: russell
Date: Sat Apr 29 23:34:04 2006
New Revision: 23467

URL: http://svn.digium.com/view/asterisk?rev=23467&view=rev
Log:
use the INSTALL variable instead of "install" directly

Modified:
    trunk/Makefile

Modified: trunk/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/Makefile?rev=23467&r1=23466&r2=23467&view=diff
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Sat Apr 29 23:34:04 2006
@@ -580,7 +580,7 @@
 # improved a lot.  I'll put it here for now.
 	mkdir -p $(DESTDIR)$(ASTDATADIR)/static-http
 	for x in static-http/*; do \
-		install -m 644 $$x $(DESTDIR)$(ASTDATADIR)/static-http ; \
+		$(INSTALL) -m 644 $$x $(DESTDIR)$(ASTDATADIR)/static-http ; \
 	done
 	mkdir -p $(DESTDIR)$(ASTDATADIR)/sounds/digits
 	mkdir -p $(DESTDIR)$(ASTDATADIR)/sounds/priv-callerintros



More information about the svn-commits mailing list