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:
Alper Nebi Yasak
2022-08-25 19:21:12 +03:00
parent 89a4c2c61f
commit 01f61263f8
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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}"