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>btrfsvols
parent
57adbc6eb1
commit
52f3fd359e
|
@ -354,7 +354,7 @@ extract_e6400vga()
|
||||||
rm -Rf ${appdir}
|
rm -Rf ${appdir}
|
||||||
|
|
||||||
mkdir -p "${appdir}"
|
mkdir -p "${appdir}"
|
||||||
mv "${dl_path}" "${appdir}"
|
cp "${dl_path}" "${appdir}"
|
||||||
|
|
||||||
if [ "${e6400_vga_offset}" = "" ]; then
|
if [ "${e6400_vga_offset}" = "" ]; then
|
||||||
printf "E6400 VGA offset not defined\n"
|
printf "E6400 VGA offset not defined\n"
|
||||||
|
|
Loading…
Reference in New Issue