forgot some $BRANCHes
This commit is contained in:
parent
e3d4708b5f
commit
c3ddffaa08
1 changed files with 2 additions and 2 deletions
|
@ -61,10 +61,10 @@ cd $TMP
|
||||||
rm -rf $PRGNAM-$VERSION
|
rm -rf $PRGNAM-$VERSION
|
||||||
|
|
||||||
if [ ! -e $CWD/$PRGNAM-$VERSION.tar.?z* ] ; then
|
if [ ! -e $CWD/$PRGNAM-$VERSION.tar.?z* ] ; then
|
||||||
if [ ! -e $REPOSITORIES/$PRGNAM/$BRANCH ] ; then
|
if [ ! -e $REPOSITORIES/$PRGNAM ] ; then
|
||||||
git clone git://git.sv.gnu.org/emacs.git $REPOSITORIES/$PRGNAM
|
git clone git://git.sv.gnu.org/emacs.git $REPOSITORIES/$PRGNAM
|
||||||
else
|
else
|
||||||
( cd $REPOSITORIES/$PRGNAM/$BRANCH
|
( cd $REPOSITORIES/$PRGNAM
|
||||||
git pull
|
git pull
|
||||||
[ -e Makefile ] && make distclean
|
[ -e Makefile ] && make distclean
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue