This commit is contained in:
Gwenhael Le Moine 2013-06-16 10:28:29 +02:00
parent ee270bae2d
commit c30ed7002d

View file

@ -25,7 +25,7 @@ rm -fr $PKG $TMP/$PRGNAM-$VERSION
tar xf $CWD/$PRGNAM-$VERSION.tar.?z*
else
if [ ! -e $REPOSITORIES/$PRGNAM ]; then
git clone git://gitorious.org/arandr/arandr.git $REPOSITORIES/$PRGNAM
git clone git://anonscm.debian.org/arandr/arandr.git $REPOSITORIES/$PRGNAM
else
( cd $REPOSITORIES/$PRGNAM
git pull