grub: Tweak build_grub.sh for proxy issues
Using git clone with git: protocol requires proxy settings that can be a problem that doesn't happen with http: protocol Change-Id: I4c02289f5c15494c31d4cca0849bf3093b602125 Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
db493450ac
commit
8e4275298c
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ SCRIPT_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
if [[ ! -d ./src ]]; then
|
if [[ ! -d ./src ]]; then
|
||||||
git clone git://git.savannah.gnu.org/grub.git src
|
git clone http://git.savannah.gnu.org/r/grub.git src
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pushd src
|
pushd src
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue