summaryrefslogtreecommitdiffstats
path: root/debian/patches/0001-Correct-path-for-docs.patch
blob: e6e5e45f563da5c9f971b95f26ced9a39bb1a83a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: Correct path for docs.
Author: Unit 193 <unit193@debian.org>
Forwarded: not-needed

---
 setup.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/setup.py	2023-01-06 20:32:28.922491886 -0500
+++ b/setup.py	2023-01-06 20:32:28.902491974 -0500
@@ -76,7 +76,7 @@
         ('share/bash-completion/completions', ['completions/bash/yt-dlp']),
         ('share/zsh/site-functions', ['completions/zsh/_yt-dlp']),
         ('share/fish/vendor_completions.d', ['completions/fish/yt-dlp.fish']),
-        ('share/doc/yt_dlp', ['README.txt']),
+        ('share/doc/yt-dlp', ['README.txt']),
         ('share/man/man1', ['yt-dlp.1'])
     ]
     data_files = []