change git repository to the real(?) one

This commit is contained in:
Gwenhael Le Moine 2011-04-07 16:21:47 +07:00
parent ebd76929b8
commit 36c2e2fb50

View file

@ -38,7 +38,7 @@ if [ -e $CWD/$PRGNAM-$VERSION.$EXT ] ; then
else
if [ ! -e $REPOSITORIES/$PRGNAM ] ; then
( cd $REPOSITORIES
git clone git://github.com/ry/node.git $PRGNAM
git clone git://github.com/joyent/node.git $PRGNAM
) ;
fi
( cd $REPOSITORIES/$PRGNAM