blobs/download: copy dl_path, don't move it

moving it defeats the purpose of the caching mechanism
that's in place. this should avoid unnecessary downloads

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2023-08-23 19:20:13 +01:00
parent 57adbc6eb1
commit 52f3fd359e
+1 -1
View File
@@ -354,7 +354,7 @@ extract_e6400vga()
rm -Rf ${appdir}
mkdir -p "${appdir}"
mv "${dl_path}" "${appdir}"
cp "${dl_path}" "${appdir}"
if [ "${e6400_vga_offset}" = "" ]; then
printf "E6400 VGA offset not defined\n"