summaryrefslogtreecommitdiff
path: root/sounds
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2007-07-24 16:09:20 +0000
committerJoshua Colp <jcolp@digium.com>2007-07-24 16:09:20 +0000
commitd44a890c3122f6f2e337f62ba8a77cd19c69db2d (patch)
treeae340710ae4b2e1268dcc6da861e79a189f58bfd /sounds
parent3562d4eea2c2741774a18f5f16c0d0bcb0c5127c (diff)
Don't download/install the sound packages if already installed.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@76791 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'sounds')
-rw-r--r--sounds/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sounds/Makefile b/sounds/Makefile
index 2ed37c659..29cdd5b69 100644
--- a/sounds/Makefile
+++ b/sounds/Makefile
@@ -130,13 +130,13 @@ $(MOH_DIR)/.asterisk-moh-%: have_download
touch $@
asterisk-core-%.tar.gz: have_download
- @if test ! -f $@ ;then $(DOWNLOAD) $(WGET_ARGS) $(SOUNDS_URL)/$@;fi
+ @if test ! -f $@ && test ! -f $(SOUNDS_DIR)/.$(subst .tar.gz,,$@) ; then $(DOWNLOAD) $(WGET_ARGS) $(SOUNDS_URL)/$@;fi
asterisk-extra-%.tar.gz: have_download
- @if test ! -f $@ ;then $(DOWNLOAD) $(WGET_ARGS) $(SOUNDS_URL)/$@;fi
+ @if test ! -f $@ && test ! -f $(SOUNDS_DIR)/.$(subst .tar.gz,,$@) ; then $(DOWNLOAD) $(WGET_ARGS) $(SOUNDS_URL)/$@;fi
asterisk-moh-%.tar.gz: have_download
- @if test ! -f $@ ;then $(DOWNLOAD) $(WGET_ARGS) $(SOUNDS_URL)/$@;fi
+ @if test ! -f $@ && test ! -f $(MOH_DIR)/.$(subst .tar.gz,,$@) ; then $(DOWNLOAD) $(WGET_ARGS) $(SOUNDS_URL)/$@;fi
dist-clean:
rm -f *.tar.gz