openbsd-ports/graphics/py-qrcode/patches/patch-setup_py
2022-03-11 19:22:04 +00:00

11 lines
239 B
Plaintext

Index: setup.py
--- setup.py.orig
+++ setup.py
@@ -3,5 +3,5 @@ from setuptools import setup
# See setup.cfg for configuration.
setup(
- data_files=[('share/man/man1', ['doc/qr.1'])],
+ data_files=[('man/man1', ['doc/qr.1'])],
)