From cca3388bd456b38f2c2813837c1f19c679554589 Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Sat, 8 Jan 2011 18:45:25 +0100 Subject: small fixes to allow using --with-linked-git & --with-external-tar --- download | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'download') diff --git a/download b/download index 5002d0f1e1b1..b839bd80fa84 100755 --- a/download +++ b/download @@ -42,6 +42,9 @@ if [ -d .git ] ; then mkdir clone for i in $GIT_REPO_NAMES ; do bin/git-new-workdir $GIT_LINK_SRC/$i clone/$i + for i in clone/$i/* ; do + ln -sf $i $(basename $i) + done done fi fi @@ -229,3 +232,4 @@ fi [ -x "post_download" ] || { echo "'post_download' script not found, run ./autogen.sh." ; exit 1 ; } ./post_download || exit 1 +# vim:set shiftwidth=4 softtabstop=4 expandtab: -- cgit