diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-12-25 21:29:31 +0000 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-12-25 21:29:31 +0000 |
commit | 5d7b2014eb8e8df971fb3688ea4ec0682ccfc4dd (patch) | |
tree | 0ec59388617c70aea9e84a85984b7b1ed17ba9ac | |
parent | a8b13d23f29a08026eaa308b8b09be7e9d1ff5a6 (diff) | |
download | librebootfr-5d7b2014eb8e8df971fb3688ea4ec0682ccfc4dd.tar.gz librebootfr-5d7b2014eb8e8df971fb3688ea4ec0682ccfc4dd.zip |
build-release: add new files to delete from release archive
-rwxr-xr-x | build-release | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build-release b/build-release index 03647235..7e529b94 100755 --- a/build-release +++ b/build-release @@ -371,6 +371,12 @@ rm -f libreboot_src/getmt86 rm -f libreboot_src/getseabios rm -f libreboot_src/DEBLOB +# 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 +rm -f libreboot_src/resources/utilities/ich9deblob/factory.rom +rm -f libreboot_src/resources/utilities/ich9deblob/libreboot.rom + echo "Creating compressed libreboot_src release archive" # create lzma compressed src archive |