aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorpabelanger <pabelanger@f38db490-d61c-443f-a65b-d21fe96a405b>2010-12-29 18:22:23 +0000
committerpabelanger <pabelanger@f38db490-d61c-443f-a65b-d21fe96a405b>2010-12-29 18:22:23 +0000
commit0de9f79c4f1be68f54d30255fcec214f4e2126af (patch)
treeb30d139c9c7dccce840fd80cff9c47cfc5e003bb /Makefile
parentb12aa44292bb7d732abae6d1548958a7011c3e95 (diff)
Properly quote varibles for MAC OS X
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.8@299907 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c47c4f148..193b0be0b 100644
--- a/Makefile
+++ b/Makefile
@@ -690,7 +690,7 @@ samples: adsi
rm -f $(DESTDIR)$(ASTCONFPATH).tmp ; \
fi ; \
$(INSTALL) -d $(DESTDIR)$(ASTSPOOLDIR)/voicemail/default/1234/INBOX
- build_tools/make_sample_voicemail "$(DESTDIR)/$(ASTDATADIR)" "$(DESTDIR)/$(ASTSPOOLDIR)"
+ build_tools/make_sample_voicemail "$(DESTDIR)$(ASTDATADIR)" "$(DESTDIR)$(ASTSPOOLDIR)"
@for x in phoneprov/*; do \
dst="$(DESTDIR)$(ASTDATADIR)/$$x" ; \