summaryrefslogtreecommitdiffhomepage
path: root/000.fetch_git.build
blob: 27c0282f4b8bc564fbd59c1758ff43fc485a58a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
# . ./build.vars and set -o errexit are assumed.
#

if ! is_build_script_done fetch; then
	# Git clone what we need.
	fetch_git lazy				${GITROOT}/lazy;
	fetch_git portage			${GITROOT}/ports/portage;
	set_build_script_done fetch finish;
fi;

# vim:filetype=sh