diff options
author | Francis Rowe <info@gluglug.org.uk> | 2016-03-07 07:15:50 +0000 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2016-03-07 07:15:50 +0000 |
commit | 1c01211ae6dbde629904476803d046564e2a907c (patch) | |
tree | 944b58bcfd3a70f4caabe2344ba9581233c9556f | |
parent | 4dd16f5a28d0d799d450a49b759f28353bf5e07f (diff) | |
download | librebootfr-1c01211ae6dbde629904476803d046564e2a907c.tar.gz librebootfr-1c01211ae6dbde629904476803d046564e2a907c.zip |
download/coreboot: fix build issue (unknown command)
-rwxr-xr-x | resources/scripts/helpers/download/coreboot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/download/coreboot b/resources/scripts/helpers/download/coreboot index cbf79c89..cd7ee5b8 100755 --- a/resources/scripts/helpers/download/coreboot +++ b/resources/scripts/helpers/download/coreboot @@ -137,7 +137,7 @@ rm -Rf "../../crossgcc/" make_coreboot_src_directory crossgcc ${crossgccrevision} "no_vboot_revision" .. ( cd "../crossgcc/${crossgccrevision}" - reset_at_revision ${crossgccrevision} + git reset --hard ${crossgccrevision} rm -Rf "3rdparty/" # Put this in its own separate directory |