diff options
Diffstat (limited to 'resources/scripts/helpers/build/release/archives')
-rwxr-xr-x | resources/scripts/helpers/build/release/archives | 6 |
1 files changed, 3 insertions, 3 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. |