mcelog: fix man page directory.
This commit is contained in:
parent
945ed3dcad
commit
8fcf069984
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'mcelog'
|
||||
pkgname=mcelog
|
||||
version=110
|
||||
revision=1
|
||||
revision=2
|
||||
conf_files="/etc/mcelog/mcelog.conf"
|
||||
only_for_archs="i686 x86_64"
|
||||
build_style=gnu-makefile
|
||||
|
@ -12,6 +12,11 @@ homepage="http://www.mcelog.org/"
|
|||
distfiles="https://github.com/andikleen/${pkgname}/archive/v${version}.tar.gz"
|
||||
checksum=fef237d448a63e070401010a20e06b61390683998b92b63cc445ce06389d4196
|
||||
|
||||
pre_install() {
|
||||
vmkdir usr/share/man/man5
|
||||
vmkdir usr/share/man/man8
|
||||
}
|
||||
|
||||
post_install() {
|
||||
mv ${DESTDIR}/usr/sbin ${DESTDIR}/usr/bin
|
||||
vsv mcelog
|
||||
|
|
Loading…
Reference in New Issue