summaryrefslogtreecommitdiff
path: root/sounds
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2006-06-07 21:05:05 +0000
committerKevin P. Fleming <kpfleming@digium.com>2006-06-07 21:05:05 +0000
commit34cf2c13b848d21ed29f498127920c87ae739b57 (patch)
treedf5989784b61867f89da1e1f07654d5df3107166 /sounds
parent0dd82bc6f147d4e17fcfbd22775df95fc8955989 (diff)
don't force the sounds to download... only when needed
fix a few buglets i caused in menuselect remove downloaded sounds on 'dist-clean' git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32901 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'sounds')
-rw-r--r--sounds/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sounds/Makefile b/sounds/Makefile
index aa65a8794..5a7a5904c 100644
--- a/sounds/Makefile
+++ b/sounds/Makefile
@@ -37,12 +37,13 @@ MENUSELECT_MOH:=$(subst -FREEPLAY-,-freeplay-,$(MENUSELECT_MOH))
MENUSELECT_MOH:=$(subst -MP3,-mp3,$(MENUSELECT_MOH))
MOH:=$(MENUSELECT_MOH:MOH-%=asterisk-moh-%.tar.gz)
-%.gz:
+%.tar.gz:
@wget --no-verbose --continue $(SOUNDS_URL)/$@
all: $(CORE_SOUNDS) $(EXTRA_SOUNDS) $(MOH)
-clean:
+dist-clean:
+ rm -f *.tar.gz
install: all
mkdir -p $(DESTDIR)$(ASTDATADIR)/sounds