gentoo-ebuilds/app-misc/chkcrontab/files/chkcrontab-man.patch
Tomáš Mózes ae15b23358
app-misc/chkcrontab: migrate to PEP517 build
Closes: https://bugs.gentoo.org/909878
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/35668
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-03-26 20:31:36 +01:00

12 lines
288 B
Diff

diff --git a/setup.py b/setup.py
index df72a6a..b2082c6 100755
--- a/setup.py
+++ b/setup.py
@@ -143,6 +143,7 @@ class InstallCmd(install):
def run(self):
install.run(self)
+ return
manpages = ['doc/chkcrontab.1']
if self.manprefix:
for manpage in manpages: