diff options
Diffstat (limited to 'script')
| -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/"  	)  } | 
