summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbootstrap-prepare.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap-prepare.sh b/bootstrap-prepare.sh
index f095f56..c01638c 100755
--- a/bootstrap-prepare.sh
+++ b/bootstrap-prepare.sh
@@ -78,7 +78,7 @@ prepare_packages_from_git()
continue
fi
log 'Preparing package %s...' "${repo##*/}"
- if [ ! -d "${repo##*/}" ]; then
+ if [ ! -d "${repo##*/}/.git" ]; then
git clone --depth 1 \
"git://git.proteanos.com/pkg/${repo}.git"
fi