use my fork
This commit is contained in:
parent
f19a91e479
commit
12ec90ff78
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,8 @@ 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/cycojesus/emacs-color-theme-solarized.git $REPOSITORY
|
||||
fi
|
||||
|
||||
mkdir -p $PKG$PREFIX/share/emacs/$EMACS_VERSION/etc/themes
|
||||
|
|
Loading…
Reference in a new issue