openbsd-ports/productivity/gtg/patches/patch-setup_py
2022-03-11 19:51:39 +00:00

13 lines
369 B
Plaintext

Index: setup.py
--- setup.py.orig
+++ setup.py
@@ -164,7 +164,7 @@ def find_data_files():
# Generate man files and include them
os.system('sphinx-build -b man docs/source build/docs')
- data_files.append(('share/man/man1', glob('build/docs/*.1')))
+ data_files.append(('man/man1', glob('build/docs/*.1')))
# Misc files
data_files.extend([