[util-pkgtree] fix community repo clone

This commit is contained in:
udeved 2015-02-17 19:08:44 +01:00
parent 706a08e725
commit 71cd127271

View file

@ -54,7 +54,7 @@ sync_tree_abs(){
sync_tree "${repo}"
cd ..
else
clone_tree "${repo}" "${host_tree_abs}"
clone_tree "${repo}" "${host_tree_abs}/${repo}"
fi
done
cd ..