Give kexec-fiwix a version number

This commit is contained in:
fosslinux 2023-11-28 14:16:24 +11:00
parent 73c4985aba
commit 341a4681f5
5 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ if match x${BUILD_FIWIX} xTrue; then
cd ..
# Live boot loader for Fiwix
pkg="kexec-fiwix"
pkg="kexec-fiwix-1.0"
cd ${pkg}
kaem --verbose --file ${pkg}.kaem
cd ..