[util-pkgtree] fix clone_tree call

This commit is contained in:
udeved 2015-02-16 23:07:25 +01:00
parent cead6a1380
commit c01d3b67e5

View file

@ -31,7 +31,7 @@ sync_tree_manjaro(){
sync_tree "${repo}" sync_tree "${repo}"
cd .. cd ..
else else
clone_tree "${host_tree}/packages-${repo}" clone_tree "${repo}" "${host_tree}/packages-${repo}"
fi fi
done done
cd .. cd ..
@ -46,7 +46,7 @@ sync_tree_abs(){
cd .. cd ..
else else
clone_tree "${host_tree_abs}" clone_tree "${repo}" "${host_tree_abs}"
fi fi
cd .. cd ..
} }