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:
Leah Rowe
2024-05-19 06:45:38 +01:00
parent cc7ed6926b
commit 1fe9c4b899
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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