trees: simplify copy_elf()

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2024-06-15 23:01:45 +01:00
parent 331c4097ff
commit 0812d53212
+1 -5
View File
@@ -293,11 +293,7 @@ mkpayload_grub()
copy_elf()
{
[ -f "$listfile" ] || return 0
x_ mkdir -p "$dest_dir"
while read -r f; do
[ -f "$listfile" ] && x_ mkdir -p "$dest_dir" && while read -r f; do
[ -f "$cdir/$f" ] && x_ cp "$cdir/$f" "$dest_dir"
done < "$listfile"
x_ make clean -C "$cdir"