mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-16 03:25:25 +02:00
inject.sh: Remove confusing path on tar creation
The path is wrong. The correct path is printed afterward. Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+2
-1
@@ -145,7 +145,8 @@ remktar()
|
|||||||
{
|
{
|
||||||
(
|
(
|
||||||
x_ cd "${tmpromdir%"/bin/$board"}"
|
x_ cd "${tmpromdir%"/bin/$board"}"
|
||||||
mkrom_tarball "bin/$board"
|
printf "Re-building tar archive (please wait)\n"
|
||||||
|
mkrom_tarball "bin/$board" 1>/dev/null
|
||||||
) || err "Cannot re-generate '$archive'"
|
) || err "Cannot re-generate '$archive'"
|
||||||
|
|
||||||
mv "${tmpromdir%"/bin/$board"}/bin/${relname}_${board}.tar.xz" \
|
mv "${tmpromdir%"/bin/$board"}/bin/${relname}_${board}.tar.xz" \
|
||||||
|
|||||||
Reference in New Issue
Block a user