diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-11 21:14:51 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-11 21:14:51 +0100 |
commit | 94b1df3e33427b6686b91e14c7bbe33b61c8fe7e (patch) | |
tree | b85a29983cb2bf5eb2568c83218075bbc569e200 /resources/scripts/helpers/build/release/archives | |
parent | 22a9c421c7ac80c3523d0dc9ddaf52ecc49be214 (diff) | |
download | librebootfr-94b1df3e33427b6686b91e14c7bbe33b61c8fe7e.tar.gz librebootfr-94b1df3e33427b6686b91e14c7bbe33b61c8fe7e.zip |
build/release/archives: Delete coreboot patches (not needed)
These are not needed in libreboot_src (release archives), where
it is already merged.
Diffstat (limited to 'resources/scripts/helpers/build/release/archives')
-rwxr-xr-x | resources/scripts/helpers/build/release/archives | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/resources/scripts/helpers/build/release/archives b/resources/scripts/helpers/build/release/archives index fd443ac8..74547ef0 100755 --- a/resources/scripts/helpers/build/release/archives +++ b/resources/scripts/helpers/build/release/archives @@ -405,6 +405,10 @@ rm -rf libreboot_src/resources/scripts/helpers/build/release rm -f libreboot_src/download rm -rf libreboot_src/resources/scripts/helpers/download/ +# Patches are not needed, because they are +# already merged in libreboot_src/coreboot/ +rm -rf libreboot_src/resources/libreboot/patch/ + # ich9deblob: there are certain files in there # that the user most likely does not want to share rm -f libreboot_src/resources/utilities/ich9deblob/deblobbed_descriptor.bin |