mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-14 07:19:40 +02:00
option.sh: mktar_release to mkrom_tarball
that's all it's used for, to compress the rom images Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+1
-1
@@ -151,7 +151,7 @@ git_err()
|
||||
$err "Git name/email not configured"
|
||||
}
|
||||
|
||||
mktar_release()
|
||||
mkrom_tarball()
|
||||
{
|
||||
printf "%s\n" "${version}" > "${1}/version" || return 1
|
||||
printf "%s\n" "${versiondate}" > "${1}/versiondate" || return 1
|
||||
|
||||
Reference in New Issue
Block a user