From c3ddffaa08c56578fb525b9f201d41909a7f5098 Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Fri, 3 Jan 2014 10:49:01 +0100 Subject: [PATCH] forgot some $BRANCHes --- e/emacs/emacs.SlackBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e/emacs/emacs.SlackBuild b/e/emacs/emacs.SlackBuild index cebed4fa..d1831bd8 100755 --- a/e/emacs/emacs.SlackBuild +++ b/e/emacs/emacs.SlackBuild @@ -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 )