mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
13 lines
419 B
Plaintext
13 lines
419 B
Plaintext
Index: setup.py
|
|
--- setup.py.orig
|
|
+++ setup.py
|
|
@@ -59,7 +59,7 @@ data_files = [
|
|
# man page:
|
|
# requires the pre-built man page file via sphinx ("docs" dependency group)
|
|
# `make --directory=docs clean man`
|
|
- ("share/man/man1", ["docs/_build/man/streamlink.1"]),
|
|
+ ("man/man1", ["docs/_build/man/streamlink.1"]),
|
|
]
|
|
data_files = [
|
|
(destdir, [file for file in srcfiles if Path(file).exists()])
|