diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-12-28 12:40:45 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-12-28 12:40:45 (EST) |
commit | 5cb9859e01d6b469a5382d9a43cfaee1a4e4f5b5 (patch) | |
tree | 011feb6fe6948ce399ee01be7e93c3f31b213d72 | |
parent | 4ff5a94eb974a783081ee358966b2022aaf1fb20 (diff) | |
download | libreboot-5cb9859e01d6b469a5382d9a43cfaee1a4e4f5b5.zip libreboot-5cb9859e01d6b469a5382d9a43cfaee1a4e4f5b5.tar.gz libreboot-5cb9859e01d6b469a5382d9a43cfaee1a4e4f5b5.tar.bz2 |
build-release: don't delete DEBLOB script from src
The file is only useful in git, but it serves as reference to the
user what files were deleted from coreboot.
-rwxr-xr-x | build-release | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build-release b/build-release index 5fb0288..b813238 100755 --- a/build-release +++ b/build-release @@ -373,7 +373,6 @@ rm -f libreboot_src/getgrub rm -f libreboot_src/getgrubinvaders 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 |