mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-13 06:49:52 +02:00
u-boot-libre: Fix releasing blob list as deblob script
The u-boot-libre release script copies the blobs list into the release as the deblob script, presumably due to a copy-paste error. Fix it to correctly copy the generated deblob script. Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
This commit is contained in:
@@ -171,7 +171,7 @@ release_uboot_deblob_script()
|
||||
"${destination}.xz"
|
||||
|
||||
install -m 755 -d "${release_version_dir}"
|
||||
install -m 644 -T "${blobs_list}" "${destination}"
|
||||
install -m 644 -T "${deblob_script}" "${destination}"
|
||||
|
||||
lzip -9 --keep -vv "${destination}"
|
||||
xz -9 --keep -vv "${destination}"
|
||||
|
||||
Reference in New Issue
Block a user