aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-30 04:34:04 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-30 04:34:04 +0000
commit02d013ed45b5bdfe2acb020c9dcb41ac7e4706bf (patch)
tree36a3b92a11980b3140625ff8325fb78aa82b095a
parent7c173e8b7dcbb7ae8f1412f2f434cc289b28a62f (diff)
use the INSTALL variable instead of "install" directly
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@23467 f38db490-d61c-443f-a65b-d21fe96a405b
-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