summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-05-19 06:45:38 +0100
committerLeah Rowe <leah@libreboot.org>2024-05-19 06:45:38 +0100
commit1fe9c4b8991f3bff7532fd85f4fd9ece73044236 (patch)
tree4ef2335ae7ccf6b8c70c344c336fc113d49bdbf8 /include
parentcc7ed6926b2bf53468320e32c236f269838178fb (diff)
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>
Diffstat (limited to 'include')
-rwxr-xr-xinclude/option.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/option.sh b/include/option.sh
index 45066166..8e50a932 100755
--- a/include/option.sh
+++ b/include/option.sh
@@ -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