diff --git a/srcpkgs/procps-ng/template b/srcpkgs/procps-ng/template index bf07b43b304..df39efce08d 100644 --- a/srcpkgs/procps-ng/template +++ b/srcpkgs/procps-ng/template @@ -23,6 +23,9 @@ post_extract() { pre_configure() { autoreconf -fi } +do_check() { + make check +} post_install() { vconf ${FILESDIR}/sysctl.conf }