mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
blobs/download: save ME file to correct location
blobdir is incorrect, and it means that the directory will appear under blobs/, in this case. this was an oversight on my part. this behaviour did not break anything in practise, but this patch makes the behaviour more consistent with rules. Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -237,7 +237,7 @@ extract_blob_intel_me()
|
||||
|
||||
printf "Extracting and stripping Intel ME firmware\n"
|
||||
|
||||
innoextract ${dl_path} -d ${blobdir} \
|
||||
innoextract ${dl_path} -d ${appdir} \
|
||||
|| 7z x ${dl_path} -o${appdir} \
|
||||
|| unar "${dl_path}" -o "${appdir}" \
|
||||
|| fail 'Could not extract vendor update'
|
||||
|
||||
Reference in New Issue
Block a user