newer version, actually instaleld properly
This commit is contained in:
parent
725a447ad6
commit
8d04e54e54
1 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue