Fix git repo URL for libopenstm32.
[summon-arm-toolchain.git] / summon-arm-toolchain
index bf2059d9f56e629f3e162d40609ce5161da30708..213918223fea0ba1992e865fe40a21bda714ca11 100755 (executable)
@@ -99,7 +99,7 @@ fi
 if [ ${LIBOPENSTM32_EN} != 0 ]; then
 if [ ! -e libopenstm32-${LIBOPENSTM32}.tar.bz2 ]; then
        echo "Cloning libopenstm32 sources..."
-       git clone git://libopenstm32.git.sourceforge.net/gitroot/libopenstm32
+       git clone git://libopenstm32.git.sourceforge.net/gitroot/libopenstm32/libopenstm32
         cd libopenstm32
         git archive --format=tar --prefix=libopenstm32-${LIBOPENSTM32}/ ${LIBOPENSTM32} | \
             bzip2 --stdout > ../libopenstm32-${LIBOPENSTM32}.tar.bz2