mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
ukify: Fix version string
Let's make sure we mimick the version of our other CLI tooling.
This commit is contained in:
committed by
Luca Boccassi
parent
f86d037623
commit
67b65ac62d
@@ -22,7 +22,7 @@ import tempfile
|
||||
import typing
|
||||
|
||||
|
||||
__version__ = '{{GIT_VERSION}}'
|
||||
__version__ = '{{PROJECT_VERSION}} ({{GIT_VERSION}})'
|
||||
|
||||
EFI_ARCH_MAP = {
|
||||
# host_arch glob : [efi_arch, 32_bit_efi_arch if mixed mode is supported]
|
||||
|
||||
Reference in New Issue
Block a user