canonical repo + install in the right (wrong) place

This commit is contained in:
Gwenhael Le Moine 2011-05-29 19:39:44 +07:00
parent ace31dd18d
commit 5538909e25

View file

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