diff options
author | P. J. McDermott <pj@pehjota.net> | 2015-06-01 00:18:56 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2015-06-01 00:18:56 (EDT) |
commit | 626be65fdfd4c508982f7cf3da38a54173e9ad2e (patch) | |
tree | 943b0b1f44b6cb7e570112d04ddef4a990c02e45 /resources/scripts | |
parent | 00322995133c64daf69916f1837d35950515a869 (diff) | |
download | libreboot-626be65fdfd4c508982f7cf3da38a54173e9ad2e.zip libreboot-626be65fdfd4c508982f7cf3da38a54173e9ad2e.tar.gz libreboot-626be65fdfd4c508982f7cf3da38a54173e9ad2e.tar.bz2 |
build/release/archives: Remove removal of libreboot_bin
Diffstat (limited to 'resources/scripts')
-rwxr-xr-x | resources/scripts/helpers/build/release/archives | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/resources/scripts/helpers/build/release/archives b/resources/scripts/helpers/build/release/archives index a389f91..c854a91 100755 --- a/resources/scripts/helpers/build/release/archives +++ b/resources/scripts/helpers/build/release/archives @@ -57,7 +57,6 @@ rm -f libreboot_*.tar.xz rm -f tobuild.tar.xz rm -rf release/ rm -rf tobuild/ -rm -rf libreboot_bin # ### Create the release/ directory where the archives will go # ---------------------------------------------------------------------------------------------------------------------------- |