Skip to content

Commit

Permalink
mcelog: Specify version number
Browse files Browse the repository at this point in the history
Currently, *unknown* is shown.

    $ mcelog --version
    mcelog unknown

With this change:

    $ mcelog --version
    mcelog 170
  • Loading branch information
pmenzel committed Jun 23, 2020
1 parent c7d2ce0 commit 04db301
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mcelog.be0
Original file line number Diff line number Diff line change
Expand Up @@ -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
#}
Expand Down

0 comments on commit 04db301

Please sign in to comment.