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

---
 pyproject.toml |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- a/pyproject.toml
+++ b/pyproject.toml
@@ -114,9 +114,9 @@ artifacts = ["/yt_dlp/extractor/lazy_ext
 
 [tool.hatch.build.targets.wheel.shared-data]
 "completions/bash/yt-dlp" = "share/bash-completion/completions/yt-dlp"
-"completions/zsh/_yt-dlp" = "share/zsh/site-functions/_yt-dlp"
+"completions/zsh/_yt-dlp" = "share/zsh/vendor-completions/_yt-dlp"
 "completions/fish/yt-dlp.fish" = "share/fish/vendor_completions.d/yt-dlp.fish"
-"README.txt" = "share/doc/yt_dlp/README.txt"
+"README.txt" = "share/doc/yt-dlp/README.txt"
 "yt-dlp.1" = "share/man/man1/yt-dlp.1"
 
 [tool.hatch.version]