From 9a0a8e186cab917801b075b6f905668f2f0dc9b7 Mon Sep 17 00:00:00 2001 From: Brian West Date: Mon, 15 Dec 2008 17:26:24 +0000 Subject: [PATCH] download from fs.org git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10770 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- support-d/install-cc-mode.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support-d/install-cc-mode.sh b/support-d/install-cc-mode.sh index d9c78227d7..d83b306ba0 100644 --- a/support-d/install-cc-mode.sh +++ b/support-d/install-cc-mode.sh @@ -1,5 +1,5 @@ version=5.31.3 -wget http://easynews.dl.sourceforge.net/sourceforge/cc-mode/cc-mode-${version}.tar.gz +wget http://www.freeswitch.org/eg/cc-mode-${version}.tar.gz tar -zxvf cc-mode-${version}.tar.gz cd cc-mode-${version} emacs -batch -no-site-file -q -f batch-byte-compile cc-*.el