##// END OF EJS Templates
Fix manpage path in FreeBSD...
Po-Chuan Hsieh -
Show More
@@ -162,6 +162,9 b' def find_data_files():'
162 Just man pages at this point.
162 Just man pages at this point.
163 """
163 """
164
164
165 if "freebsd" in sys.platform:
166 manpagebase = pjoin('man', 'man1')
167 else:
165 manpagebase = pjoin('share', 'man', 'man1')
168 manpagebase = pjoin('share', 'man', 'man1')
166
169
167 # Simple file lists can be made by hand
170 # Simple file lists can be made by hand
General Comments 0
You need to be logged in to leave comments. Login now