Skip to content

Commit

Permalink
Merge pull request #1833 from mariux64/update-mcelog-from-v149-to-v170
Browse files Browse the repository at this point in the history
Update mcelog from v149 to v170
  • Loading branch information
pmenzel authored Jun 23, 2020
2 parents e3f7c8e + e3e17c2 commit bfe4b9b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion mcelog.be0
Original file line number Diff line number Diff line change
@@ -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.)
Expand Down 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 bfe4b9b

Please sign in to comment.