freebsd-ports/sysutils/salt-cloud/files/patch-setup.py
Steve Wills 6cf8a3c5bf Salt Cloud is a generic cloud provisioning tool which can hook into
existing cloud management systems.

WWW:	http://saltstack.org

PR:		ports/171225
Submitted by:	christer.edwards@gmail.com
2012-09-07 17:51:35 +00:00

14 lines
504 B
Python

--- work/salt-cloud-0.6.0/setup.py 2012-07-13 11:50:56.000000000 -0600
+++ setup.py 2012-07-16 13:07:15.901865171 -0600
@@ -45,9 +45,9 @@
package_data={
'saltcloud': ['deploy/*'],
},
- data_files=[('share/man/man1',
+ data_files=[('man/man1',
['doc/man/salt-cloud.1']),
- ('share/man/man7',
+ ('man/man7',
['doc/man/salt-cloud.7'])],
scripts=['scripts/salt-cloud'],
)