mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 01:26:58 +00:00
rename
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10657 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
18
support-d/install-cc-mode.sh
Normal file
18
support-d/install-cc-mode.sh
Normal 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
|
||||
|
Reference in New Issue
Block a user