numactl: resolve file conflict with man-pages.

This commit is contained in:
Juan RP 2014-11-11 17:17:29 +01:00
parent 40525c9e1c
commit 3f557cf6f8

View file

@ -1,7 +1,7 @@
# Template file for 'numactl'
pkgname=numactl
version=2.0.10
revision=1
revision=2
build_style=gnu-configure
hostmakedepends="automake libtool"
short_desc="Simple NUMA policy support"
@ -15,6 +15,9 @@ only_for_archs="i686 x86_64"
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}
post_install() {
rm -r ${DESTDIR}/usr/share/man/man2
}
libnuma_package() {
short_desc+=" - runtime library"