scripts: fix location of repository with ssh
authorThijs Vermeir <thijsvermeir@gmail.com>
Sat, 22 Dec 2012 15:53:47 +0000 (16:53 +0100)
committerThijs Vermeir <thijsvermeir@gmail.com>
Sat, 22 Dec 2012 15:53:47 +0000 (16:53 +0100)
scripts/create-uninstalled-setup.sh

index b9180cc..52350bf 100755 (executable)
@@ -98,7 +98,7 @@ cd $UNINSTALLED_ROOT/$BRANCH
 for m in $MODULES
 do
   if test "$GIT_ACCESS" = "ssh"; then
-    git clone ssh://git.freedesktop.org/gstreamer/$m
+    git clone ssh://git.freedesktop.org/git/gstreamer/$m
   else
     git clone git://anongit.freedesktop.org/gstreamer/$m
   fi