diff --git a/srcpkgs/pylint/template b/srcpkgs/pylint/template index 0ad14768d94..379c67948b7 100644 --- a/srcpkgs/pylint/template +++ b/srcpkgs/pylint/template @@ -1,7 +1,7 @@ # Template file for 'pylint' pkgname=pylint version=2.6.0 -revision=3 +revision=4 wrksrc="pylint-${version}" build_style=python3-module hostmakedepends="python3-setuptools" @@ -28,6 +28,10 @@ post_install() { vsconf examples/pylintrc_camelcase vsconf elisp/pylint.el vsconf elisp/pylint-flymake.el + + for f in man/*; do + vman "$f" + done } python3-pylint_package() {