aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-05-13 20:37:08 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-05-13 20:37:08 +0000
commitb93ceebef21f12fae5c64c583554f470a66d4387 (patch)
tree6915b996567b9f51f6a07218a1ce5f456026d7a2 /Makefile
parentbb54f68256ff5970b86349e762a91b989d215e27 (diff)
Fix minor typo
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1014 f38db490-d61c-443f-a65b-d21fe96a405b
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: