diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2009-10-01 21:04:21 +0200 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2009-10-01 21:04:21 +0200 |
commit | 58614964ed61210e81b5159851d517765c05961a (patch) | |
tree | d5e2673d45d31be8e5c11b964dcf9c2409471409 | |
parent | 5e32010188c26e643a7dff0f2405c88a045b9ade (diff) |
Fix git repo URL for libopenstm32.
-rwxr-xr-x | summon-arm-toolchain | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/summon-arm-toolchain b/summon-arm-toolchain index bf2059d..2139182 100755 --- a/summon-arm-toolchain +++ b/summon-arm-toolchain @@ -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 |