ports/graphics/py-qrcode/patches/patch-setup_py

11 lines
239 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
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'])],
)