mirror of
https://git.freebsd.org/ports.git
synced 2025-07-01 09:30:30 -04:00
13 lines
572 B
Python
13 lines
572 B
Python
--- setup.py.orig 2023-06-13 13:00:08 UTC
|
|
+++ setup.py
|
|
@@ -951,8 +951,8 @@ class SaltDistribution(distutils.dist.Distribution):
|
|
def _property_data_files(self):
|
|
# Data files common to all scenarios
|
|
data_files = [
|
|
- ("share/man/man1", ["doc/man/salt-call.1"]),
|
|
- ("share/man/man7", ["doc/man/salt.7"]),
|
|
+ ("man/man1", ["doc/man/salt-call.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")
|