From 8f95aa266739e48819a422253d674ff558854a6d Mon Sep 17 00:00:00 2001 From: Paper Date: Sat, 14 Nov 2020 12:50:00 +0100 Subject: [PATCH] pylint: install manpages --- srcpkgs/pylint/template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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() {