summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2003-05-13 20:37:08 +0000
committerMark Spencer <markster@digium.com>2003-05-13 20:37:08 +0000
commit1d3cdc6b11e9717ef93c8ed494cdf8235b67a969 (patch)
tree6915b996567b9f51f6a07218a1ce5f456026d7a2 /Makefile
parent2b67a9e709765f981bdfc67ffd927003d57bd1aa (diff)
Fix minor typo
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1014 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f0d101083..84603fdaa 100755
--- a/Makefile
+++ b/Makefile
@@ -317,7 +317,7 @@ samples: all datafiles adsi
done
:> $(ASTVARLIBDIR)/sounds/voicemail/default/1234/busy.gsm
for x in vm-theperson digits/1 digits/2 digits/3 digits/4 vm-isonphone; do \
- cat $(ASTVARLIBDIR)/sounds/$$x.gsm >> $(ASTVARLIBDIR)/sounds/vmoicemail/default/1234/busy.gsm ; \
+ cat $(ASTVARLIBDIR)/sounds/$$x.gsm >> $(ASTVARLIBDIR)/sounds/voicemail/default/1234/busy.gsm ; \
done
webvmail: