summaryrefslogtreecommitdiffstats
path: root/resources/scripts/helpers/download/coreboot
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-02-15 18:23:48 (EST)
committer Francis Rowe <info@gluglug.org.uk>2015-02-15 18:23:48 (EST)
commita0654f7988a8f137ed52a1de28ee3b12a952a7d3 (patch)
treea260ced394e286159d29c937e09639b182ac14ab /resources/scripts/helpers/download/coreboot
parent972ccb3ca3395b4019aa9efc5f34885502553ff9 (diff)
downloadlibreboot-a0654f7988a8f137ed52a1de28ee3b12a952a7d3.zip
libreboot-a0654f7988a8f137ed52a1de28ee3b12a952a7d3.tar.gz
libreboot-a0654f7988a8f137ed52a1de28ee3b12a952a7d3.tar.bz2
Move DEBLOB to resources/utilities/coreboot-libre/deblob
Diffstat (limited to 'resources/scripts/helpers/download/coreboot')
-rwxr-xr-xresources/scripts/helpers/download/coreboot2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/download/coreboot b/resources/scripts/helpers/download/coreboot
index d5c7257..586f1c1 100755
--- a/resources/scripts/helpers/download/coreboot
+++ b/resources/scripts/helpers/download/coreboot
@@ -98,7 +98,7 @@ rm -f .gitignore
cd ../
# Deblob coreboot
-./DEBLOB
+./resources/utilities/coreboot-libre/deblob
# ------------------- DONE ----------------------