dect
/
asterisk
Archived
13
0
Fork 0

Merged revisions 76211 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r76211 | murf | 2007-07-20 15:36:05 -0600 (Fri, 20 Jul 2007) | 1 line

This patch from 10249 is worth applying! It prevents downloading sound files if they are already downloaded. Darn Practical, if you ask me
........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@76213 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
murf 2007-07-20 21:41:51 +00:00
parent f1473a9ffc
commit bbea177387
1 changed files with 3 additions and 3 deletions

View File

@ -130,13 +130,13 @@ $(MOH_DIR)/.asterisk-moh-%: have_download
touch $@
asterisk-core-%.tar.gz: have_download
@$(DOWNLOAD) $(WGET_ARGS) $(SOUNDS_URL)/$@
@if test ! -f $@ ;then $(DOWNLOAD) $(WGET_ARGS) $(SOUNDS_URL)/$@;fi
asterisk-extra-%.tar.gz: have_download
@$(DOWNLOAD) $(WGET_ARGS) $(SOUNDS_URL)/$@
@if test ! -f $@ ;then $(DOWNLOAD) $(WGET_ARGS) $(SOUNDS_URL)/$@;fi
asterisk-moh-%.tar.gz: have_download
@$(DOWNLOAD) $(WGET_ARGS) $(SOUNDS_URL)/$@
@if test ! -f $@ ;then $(DOWNLOAD) $(WGET_ARGS) $(SOUNDS_URL)/$@;fi
dist-clean:
rm -f *.tar.gz