newer version, actually instaleld properly

This commit is contained in:
Gwenhael Le Moine 2011-12-03 22:40:36 +01:00
parent 725a447ad6
commit 8d04e54e54

View file

@ -31,12 +31,14 @@ if [ -e $REPOSITORY ]; then
git pull
)
else
git clone https://github.com/sellout/emacs-color-theme-solarized.git $REPOSITORY
# git clone https://github.com/sellout/emacs-color-theme-solarized.git $REPOSITORY
git clone https://github.com/bbatsov/solarized-emacs.git $REPOSITORY
# git clone https://github.com/cycojesus/emacs-color-theme-solarized.git $REPOSITORY
fi
mkdir -p $PKG$PREFIX/share/emacs/site-lisp/ #$PRGNAM
cp $REPOSITORY/solarized*.el $PKG$PREFIX/share/emacs/site-lisp/ #$PRGNAM
mkdir -p $PKG$PREFIX/share/emacs/{site-lisp/,$EMACS_VERSION/etc/themes/}
cp $REPOSITORY/solarized*theme.el $PKG$PREFIX/share/emacs/$EMACS_VERSION/etc/themes/
cp $REPOSITORY/solarized-core.el $PKG$PREFIX/share/emacs/site-lisp/
mkdir -p $PKG$PREFIX/doc/$PRGNAM
cp $REPOSITORY/{LICENSE,README.md,color-theme-solarized.el} $PKG$PREFIX/doc/$PRGNAM