diff --git a/mcelog.be0 b/mcelog.be0 index adcdbe839..e6360b1c0 100755 --- a/mcelog.be0 +++ b/mcelog.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION mcelog-149-0 +# BEE_VERSION mcelog-170-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -53,6 +53,10 @@ SRCURL[0]="https://git.kernel.org/pub/scm/utils/cpu/mce/mcelog.git/snapshot/mcel # bee_patch "${@}" #} +mee_configure_pre() { + start_cmd echo ${PKGVERSION} > .os_version +} + #mee_configure() { # bee_configure #}