git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10657 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris
2008-12-08 17:22:18 +00:00
parent bd3e06846e
commit 33ac59b5c5
7 changed files with 5 additions and 5 deletions

View File

@@ -0,0 +1,18 @@
version=5.31.3
wget http://easynews.dl.sourceforge.net/sourceforge/cc-mode/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
if [ -d /usr/share/emacs ] ; then
target=/usr/share/emacs/site-lisp
else
target=/usr/local/share/emacs/site-lisp
fi
cp *.elc $target
wget http://www.freeswitch.org/eg/nxml-mode-20041004.tar.gz
tar -zxvf nxml-mode-20041004.tar.gz
cd nxml-mode-20041004
cp *.el* $target