change git repository to the real(?) one
This commit is contained in:
parent
ebd76929b8
commit
36c2e2fb50
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue