summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2009-10-01 21:04:21 +0200
committerUwe Hermann <uwe@hermann-uwe.de>2009-10-01 21:04:21 +0200
commit58614964ed61210e81b5159851d517765c05961a (patch)
treed5e2673d45d31be8e5c11b964dcf9c2409471409
parent5e32010188c26e643a7dff0f2405c88a045b9ade (diff)
Fix git repo URL for libopenstm32.
-rwxr-xr-xsummon-arm-toolchain2
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