diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-02-15 23:23:48 +0000 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-02-15 23:23:48 +0000 |
commit | a0654f7988a8f137ed52a1de28ee3b12a952a7d3 (patch) | |
tree | a260ced394e286159d29c937e09639b182ac14ab /resources/scripts | |
parent | 972ccb3ca3395b4019aa9efc5f34885502553ff9 (diff) | |
download | librebootfr-a0654f7988a8f137ed52a1de28ee3b12a952a7d3.tar.gz librebootfr-a0654f7988a8f137ed52a1de28ee3b12a952a7d3.zip |
Move DEBLOB to resources/utilities/coreboot-libre/deblob
Diffstat (limited to 'resources/scripts')
-rwxr-xr-x | resources/scripts/helpers/build/release/archives | 6 | ||||
-rwxr-xr-x | resources/scripts/helpers/download/coreboot | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/resources/scripts/helpers/build/release/archives b/resources/scripts/helpers/build/release/archives index d7078b43..b488b6dd 100755 --- a/resources/scripts/helpers/build/release/archives +++ b/resources/scripts/helpers/build/release/archives @@ -339,11 +339,11 @@ rm -f libreboot_src/releasefilelist rm -f libreboot_util/releasefilelist rm -f releasefilelist -# Delete the DEBLOB file from libreboot_src +# Delete the deblob scripts from libreboot_src # Since _src doesn't distribute the download scripts, # and already comes with a deblobbed coreboot, the -# deblobbing script isn't needed at all -rm -f libreboot_src/DEBLOB +# deblobbing scripts aren't needed at all +rm -rf libreboot_src/resources/utilities/coreboot-libre/ # We don't want to encourage development # to happen on the release archives. diff --git a/resources/scripts/helpers/download/coreboot b/resources/scripts/helpers/download/coreboot index d5c72579..586f1c11 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 ---------------------- |