diff options
author | Leah Rowe <leah@libreboot.org> | 2024-05-19 06:45:38 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-05-19 06:45:38 +0100 |
commit | 1fe9c4b8991f3bff7532fd85f4fd9ece73044236 (patch) | |
tree | 4ef2335ae7ccf6b8c70c344c336fc113d49bdbf8 /include | |
parent | cc7ed6926b2bf53468320e32c236f269838178fb (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-x | include/option.sh | 2 |
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 |