From: Russell Bryant Date: Sun, 30 Apr 2006 04:34:04 +0000 (+0000) Subject: use the INSTALL variable instead of "install" directly X-Git-Tag: 1.4.0-beta1~1705 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9109371f7d2dcd60df63f872900bdb9effba3c91;p=thirdparty%2Fasterisk.git use the INSTALL variable instead of "install" directly git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@23467 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/Makefile b/Makefile index b6aab06f0b..4a5f7b0b0a 100644 --- a/Makefile +++ b/Makefile @@ -580,7 +580,7 @@ datafiles: all # 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