summaryrefslogtreecommitdiff
path: root/sounds
diff options
context:
space:
mode:
authorPaul Belanger <paul.belanger@polybeacon.com>2010-07-23 13:26:41 +0000
committerPaul Belanger <paul.belanger@polybeacon.com>2010-07-23 13:26:41 +0000
commit7d96f2d01e1b00037c0574667866937b08572856 (patch)
tree4ce0f3c8496352c09b3f8fd1e715874b0110e45a /sounds
parent8b3c00a824d82e375223430c2c7cd8190c31c963 (diff)
Portability updates for Makefiles.
When possible, use $(INSTALL). This allows us to use the functionality within install for setting directory / file permissions, a requirement for unprivileged installation. Also move any directory we plan to create within the installdirs macro. Plus various other formatting issues. (issue #17436) Reported by: pabelanger Patches: non-root.patch.v8 uploaded by pabelanger (license 224) Tested by: pabelanger Review: https://reviewboard.asterisk.org/r/654/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@278873 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'sounds')
-rw-r--r--sounds/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sounds/Makefile b/sounds/Makefile
index 087eb9620..b5e14b1bc 100644
--- a/sounds/Makefile
+++ b/sounds/Makefile
@@ -169,7 +169,7 @@ dist-clean:
rm -f *.tar.gz
$(SOUNDS_DIR)/en $(MOH_DIR) $(SOUNDS_DIR)/es $(SOUNDS_DIR)/fr $(SOUNDS_CACHE_DIR):
- mkdir -p $@
+ $(INSTALL) -d $@
install: ${SOUNDS_CACHE_DIR} $(SOUNDS_DIR)/en $(SOUNDS_DIR)/es $(SOUNDS_DIR)/fr $(MOH_DIR) $(CORE_SOUND_TAGS) $(EXTRA_SOUND_TAGS) $(MOH_TAGS)