forgot some $BRANCHes

This commit is contained in:
Gwenhael Le Moine 2014-01-03 10:49:01 +01:00
parent e3d4708b5f
commit c3ddffaa08

View file

@ -61,10 +61,10 @@ cd $TMP
rm -rf $PRGNAM-$VERSION
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
else
( cd $REPOSITORIES/$PRGNAM/$BRANCH
( cd $REPOSITORIES/$PRGNAM
git pull
[ -e Makefile ] && make distclean
)