mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
mcelog: fix man page directory.
This commit is contained in:
parent
945ed3dcad
commit
8fcf069984
1 changed files with 6 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'mcelog'
|
# Template file for 'mcelog'
|
||||||
pkgname=mcelog
|
pkgname=mcelog
|
||||||
version=110
|
version=110
|
||||||
revision=1
|
revision=2
|
||||||
conf_files="/etc/mcelog/mcelog.conf"
|
conf_files="/etc/mcelog/mcelog.conf"
|
||||||
only_for_archs="i686 x86_64"
|
only_for_archs="i686 x86_64"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
|
@ -12,6 +12,11 @@ homepage="http://www.mcelog.org/"
|
||||||
distfiles="https://github.com/andikleen/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/andikleen/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=fef237d448a63e070401010a20e06b61390683998b92b63cc445ce06389d4196
|
checksum=fef237d448a63e070401010a20e06b61390683998b92b63cc445ce06389d4196
|
||||||
|
|
||||||
|
pre_install() {
|
||||||
|
vmkdir usr/share/man/man5
|
||||||
|
vmkdir usr/share/man/man8
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
mv ${DESTDIR}/usr/sbin ${DESTDIR}/usr/bin
|
mv ${DESTDIR}/usr/sbin ${DESTDIR}/usr/bin
|
||||||
vsv mcelog
|
vsv mcelog
|
||||||
|
|
Loading…
Add table
Reference in a new issue