mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-07 21:55:04 +02:00
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>
12 lines
288 B
Diff
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:
|