diff options
author | Leah Rowe <leah@libreboot.org> | 2023-09-10 17:23:37 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-09-10 17:23:37 +0100 |
commit | 630a65462f165700cf4d734981c483fc038089cc (patch) | |
tree | 439c6217597e375fc7e9996aa7aa60b2874343e5 /script/build | |
parent | 0543350d44dc4e07e20d718b0d7bfbbca9f730ce (diff) |
build/release/src: delete elf/ in srcdir
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'script/build')
-rwxr-xr-x | script/build/release/src | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/script/build/release/src b/script/build/release/src index 20876837..e2a4b274 100755 --- a/script/build/release/src +++ b/script/build/release/src @@ -168,6 +168,7 @@ purge_files() coreboot/*/util/nvidia/cbootimage/.git* || \ err "purge_files rm-rf2: can't purge .git files/directories" rm -Rf cbutils || err "purge_files: can't remove ${srcdir}/cbutils/" + rm -Rf elf || err "purge_files: can't remove ${srcdir}/elf/" ) } |