numactl: resolve file conflict with man-pages.
This commit is contained in:
parent
40525c9e1c
commit
3f557cf6f8
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'numactl'
|
# Template file for 'numactl'
|
||||||
pkgname=numactl
|
pkgname=numactl
|
||||||
version=2.0.10
|
version=2.0.10
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool"
|
hostmakedepends="automake libtool"
|
||||||
short_desc="Simple NUMA policy support"
|
short_desc="Simple NUMA policy support"
|
||||||
|
@ -15,6 +15,9 @@ only_for_archs="i686 x86_64"
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
}
|
}
|
||||||
|
post_install() {
|
||||||
|
rm -r ${DESTDIR}/usr/share/man/man2
|
||||||
|
}
|
||||||
|
|
||||||
libnuma_package() {
|
libnuma_package() {
|
||||||
short_desc+=" - runtime library"
|
short_desc+=" - runtime library"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue