summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2006-04-30 04:34:04 +0000
committerRussell Bryant <russell@russellbryant.com>2006-04-30 04:34:04 +0000
commit9109371f7d2dcd60df63f872900bdb9effba3c91 (patch)
tree36a3b92a11980b3140625ff8325fb78aa82b095a /Makefile
parentd9fa5f3c898a5585fa83c83f74f82723d5631a8a (diff)
use the INSTALL variable instead of "install" directly
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@23467 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b6aab06f0..4a5f7b0b0 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