projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9fa5f3
)
use the INSTALL variable instead of "install" directly
author
Russell Bryant
<russell@russellbryant.com>
Sun, 30 Apr 2006 04:34:04 +0000
(
04:34
+0000)
committer
Russell Bryant
<russell@russellbryant.com>
Sun, 30 Apr 2006 04:34:04 +0000
(
04:34
+0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@23467
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
b6aab06
..
4a5f7b0
100644
(file)
--- 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