use remvee's version
This commit is contained in:
parent
869ed416e0
commit
a805cf8914
1 changed files with 5 additions and 5 deletions
|
@ -28,7 +28,7 @@ mkdir -p $PKG
|
|||
cd $TMP
|
||||
if [ ! -e $REPOSITORY ] ; then
|
||||
mkdir -p $(dirname $REPOSITORY)
|
||||
git clone https://github.com/dima-exe/emacs-rails-reloaded.git $REPOSITORY
|
||||
git clone https://github.com/remvee/emacs-rails.git $REPOSITORY
|
||||
else
|
||||
( cd $REPOSITORY
|
||||
git pull
|
||||
|
@ -40,7 +40,7 @@ cp -R $REPOSITORY $PKG$PREFIX/share/emacs/site-lisp
|
|||
|
||||
cd $PKG$PREFIX/share/emacs/site-lisp/$PRGNAM
|
||||
rm -fr .git*
|
||||
#find . -name \*.el -exec $EMACS -batch -f batch-byte-compile {} \;
|
||||
$EMACS -batch -f batch-byte-compile *.el
|
||||
|
||||
# correction
|
||||
chown -R root:root $PKG
|
||||
|
@ -49,7 +49,7 @@ chown -R root:root $PKG
|
|||
find $PKG$PREFIX/share/emacs/site-lisp -type f -name "*.el" -exec gzip -9f {} \;
|
||||
|
||||
mkdir -p $PKG$PREFIX/doc/$PRGNAM
|
||||
mv CHANGES ChangeLog LICENSE README $PKG$PREFIX/doc/$PRGNAM
|
||||
mv History ChangeLog README.textile $PKG$PREFIX/doc/$PRGNAM
|
||||
|
||||
# embaumement
|
||||
mkdir -p $PKG/install
|
||||
|
@ -69,9 +69,9 @@ $PRGNAM: minor mode makes your work much easier and user friendly.
|
|||
$PRGNAM:
|
||||
$PRGNAM:
|
||||
$PRGNAM:
|
||||
$PRGNAM: run M-x rails/bytecompile the first time
|
||||
$PRGNAM:
|
||||
$PRGNAM: https://github.com/dima-exe/emacs-rails-reloaded
|
||||
$PRGNAM:
|
||||
$PRGNAM: https://github.com/remvee/emacs-rails
|
||||
$PRGNAM:
|
||||
EOF
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue