summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbootstrap-prepare.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/bootstrap-prepare.sh b/bootstrap-prepare.sh
index 6158507..f4bbc43 100755
--- a/bootstrap-prepare.sh
+++ b/bootstrap-prepare.sh
@@ -62,6 +62,9 @@ prepare_packages_from_git()
cd pkg
for repo in $(cat "${SCRIPT_DIR}/bootstrap-pkgs-git.txt"); do
+ if [ -f "${repo##*/}_"*'_src_all.changes' ]; then
+ continue
+ fi
log 'Preparing package %s...' "${repo##*/}"
if [ ! -d "${repo##*/}" ]; then
git clone --depth 1 \