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:
Leah Neukirchen 2021-05-18 22:25:06 +02:00
parent 9c216d85bb
commit 8d0952854a

View file

@ -1,7 +1,7 @@
# Template file for 'procps-ng'
pkgname=procps-ng
version=3.3.17
revision=1
revision=2
wrksrc="procps-${version}"
build_style=gnu-configure
configure_args="--exec-prefix=/ --bindir=/usr/bin --sbindir=/usr/bin
@ -32,6 +32,10 @@ pre_configure() {
post_install() {
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() {