Files
ports/sysutils/py-salt-2019/files/patch-setup.py
T
Kirill Ponomarev af84cfffe3 Update py-salt to version 3000 and repo copy py-salt to py-salt-2019.
We decided to run both versions for a while until 2019 is EOL and give people
the possibility to run newest 3000 version.

Approved by:	maintainer
2020-06-02 11:23:53 +00:00

14 lines
602 B
Python

--- setup.py.orig 2018-04-02 16:35:13 UTC
+++ setup.py
@@ -992,8 +992,8 @@ class SaltDistribution(distutils.dist.Di
def _property_data_files(self):
# Data files common to all scenarios
data_files = [
- ('share/man/man1', ['doc/man/salt-call.1', 'doc/man/salt-run.1']),
- ('share/man/man7', ['doc/man/salt.7'])
+ ('man/man1', ['doc/man/salt-call.1', 'doc/man/salt-run.1']),
+ ('man/man7', ['doc/man/salt.7'])
]
if self.ssh_packaging or PACKAGED_FOR_SALT_SSH:
data_files[0][1].append('doc/man/salt-ssh.1')