diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-02-15 18:13:56 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-02-15 18:13:56 (EST) |
commit | 972ccb3ca3395b4019aa9efc5f34885502553ff9 (patch) | |
tree | 359ddacc22ba8daaefd2cf8c6a8214202f2425f6 /resources/scripts/helpers/build | |
parent | d517d87ea061c53c0b9490b89dfda50cf84f4986 (diff) | |
download | libreboot-972ccb3ca3395b4019aa9efc5f34885502553ff9.zip libreboot-972ccb3ca3395b4019aa9efc5f34885502553ff9.tar.gz libreboot-972ccb3ca3395b4019aa9efc5f34885502553ff9.tar.bz2 |
scripts/helpers/build/release: Delete DEBLOB from libreboot_src/
libreboot_src already excludes the download scripts, because it
already distributes all of the components. The version of coreboot
distributed in these archives is already deblobbed, so the
deblobbing script isn't needed at all.
Diffstat (limited to 'resources/scripts/helpers/build')
-rwxr-xr-x | resources/scripts/helpers/build/release/archives | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/resources/scripts/helpers/build/release/archives b/resources/scripts/helpers/build/release/archives index 2137275..d7078b4 100755 --- a/resources/scripts/helpers/build/release/archives +++ b/resources/scripts/helpers/build/release/archives @@ -339,6 +339,12 @@ rm -f libreboot_src/releasefilelist rm -f libreboot_util/releasefilelist rm -f releasefilelist +# Delete the DEBLOB file 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 + # We don't want to encourage development # to happen on the release archives. # Development goes in git. These scripts are |