use remvee's version

This commit is contained in:
Gwenhael Le Moine 2011-02-21 10:06:56 +07:00
parent 869ed416e0
commit a805cf8914

View file

@ -28,7 +28,7 @@ mkdir -p $PKG
cd $TMP cd $TMP
if [ ! -e $REPOSITORY ] ; then if [ ! -e $REPOSITORY ] ; then
mkdir -p $(dirname $REPOSITORY) 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 else
( cd $REPOSITORY ( cd $REPOSITORY
git pull git pull
@ -40,7 +40,7 @@ cp -R $REPOSITORY $PKG$PREFIX/share/emacs/site-lisp
cd $PKG$PREFIX/share/emacs/site-lisp/$PRGNAM cd $PKG$PREFIX/share/emacs/site-lisp/$PRGNAM
rm -fr .git* rm -fr .git*
#find . -name \*.el -exec $EMACS -batch -f batch-byte-compile {} \; $EMACS -batch -f batch-byte-compile *.el
# correction # correction
chown -R root:root $PKG 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 {} \; find $PKG$PREFIX/share/emacs/site-lisp -type f -name "*.el" -exec gzip -9f {} \;
mkdir -p $PKG$PREFIX/doc/$PRGNAM 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 # embaumement
mkdir -p $PKG/install mkdir -p $PKG/install
@ -69,9 +69,9 @@ $PRGNAM: minor mode makes your work much easier and user friendly.
$PRGNAM: $PRGNAM:
$PRGNAM: $PRGNAM:
$PRGNAM: $PRGNAM:
$PRGNAM: run M-x rails/bytecompile the first time
$PRGNAM: $PRGNAM:
$PRGNAM: https://github.com/dima-exe/emacs-rails-reloaded $PRGNAM:
$PRGNAM: https://github.com/remvee/emacs-rails
$PRGNAM: $PRGNAM:
EOF EOF