From be8236ede24c95f369222e36b336e1c4258de566 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Tue, 15 Sep 2009 14:55:58 +0000 Subject: Use proper hostname for downloading sound files. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@218497 f38db490-d61c-443f-a65b-d21fe96a405b --- sounds/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sounds') diff --git a/sounds/Makefile b/sounds/Makefile index fdb986d6d..68ad6c533 100644 --- a/sounds/Makefile +++ b/sounds/Makefile @@ -20,7 +20,7 @@ SOUNDS_DIR:=$(DESTDIR)$(ASTDATADIR)/sounds MOH_DIR:=$(DESTDIR)$(ASTDATADIR)/moh CORE_SOUNDS_VERSION:=1.4.16 EXTRA_SOUNDS_VERSION:=1.4.9 -SOUNDS_URL:=http://downloads.digium.com/pub/telephony/sounds/releases +SOUNDS_URL:=http://downloads.asterisk.org/pub/telephony/sounds/releases MCS:=$(subst -EN-,-en-,$(MENUSELECT_CORE_SOUNDS)) MCS:=$(subst -FR-,-fr-,$(MCS)) MCS:=$(subst -ES-,-es-,$(MCS)) -- cgit v1.2.3