procps-ng: remove pwait.
This clashes with extrace, is not built on musl, and the command is renamed to pidwait in procps-ng 3.3.18 anyway.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# Template file for 'procps-ng'
|
# Template file for 'procps-ng'
|
||||||
pkgname=procps-ng
|
pkgname=procps-ng
|
||||||
version=3.3.17
|
version=3.3.17
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="procps-${version}"
|
wrksrc="procps-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--exec-prefix=/ --bindir=/usr/bin --sbindir=/usr/bin
|
configure_args="--exec-prefix=/ --bindir=/usr/bin --sbindir=/usr/bin
|
||||||
@@ -32,6 +32,10 @@ pre_configure() {
|
|||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vconf ${FILESDIR}/sysctl.conf
|
vconf ${FILESDIR}/sysctl.conf
|
||||||
|
|
||||||
|
# clashes with extrace, will be renamed in procps-ng 3.3.18.
|
||||||
|
rm -f ${DESTDIR}/usr/bin/pwait
|
||||||
|
rm -f ${DESTDIR}/usr/share/man/man1/pwait.1
|
||||||
}
|
}
|
||||||
|
|
||||||
procps-ng-devel_package() {
|
procps-ng-devel_package() {
|
||||||
|
|||||||
Reference in New Issue
Block a user