diff options
author | P. J. McDermott <pj@pehjota.net> | 2015-06-01 00:18:56 -0400 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-06-06 23:23:31 +0100 |
commit | 51582a64954bcb1e09a14c382da3918e9f47db55 (patch) | |
tree | 89ff078b85362b27e68d4eb1cb855d9ab0788d9a | |
parent | 1a92b1b84e09956ad262587dc21209531c43665e (diff) | |
download | librebootfr-51582a64954bcb1e09a14c382da3918e9f47db55.tar.gz librebootfr-51582a64954bcb1e09a14c382da3918e9f47db55.zip |
build/release/archives: Remove removal of libreboot_bin
-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 a389f913..c854a910 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 # ---------------------------------------------------------------------------------------------------------------------------- |