diff options
Diffstat (limited to 'debian/patches/0001-Correct-path-for-docs.patch')
-rw-r--r-- | debian/patches/0001-Correct-path-for-docs.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/patches/0001-Correct-path-for-docs.patch b/debian/patches/0001-Correct-path-for-docs.patch new file mode 100644 index 0000000..e6e5e45 --- /dev/null +++ b/debian/patches/0001-Correct-path-for-docs.patch @@ -0,0 +1,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 = [] |