allow extra options to git via the repo variable

This commit is contained in:
Trammell hudson 2017-09-20 14:25:19 -04:00
parent 33c1c9147e
commit 8194f2f477
Failed to extract signature

View File

@ -136,7 +136,7 @@ define define_module =
# that the files are all present. No signature hashes are checked in
# this case, since we don't have a stable version to compare against.
$(build)/$($1_dir)/.canary:
git clone "$($1_repo)" "$(build)/$($1_dir)"
git clone $($1_repo) "$(build)/$($1_dir)"
if [ -r patches/$1.patch ]; then \
( cd $(build)/$($1_dir) ; patch -p1 ) \
< patches/$1.patch; \