summaryrefslogtreecommitdiff
path: root/www/yt-dlp/patches/patch-setup_py
diff options
context:
space:
mode:
Diffstat (limited to 'www/yt-dlp/patches/patch-setup_py')
-rw-r--r--www/yt-dlp/patches/patch-setup_py12
1 files changed, 0 insertions, 12 deletions
diff --git a/www/yt-dlp/patches/patch-setup_py b/www/yt-dlp/patches/patch-setup_py
deleted file mode 100644
index 3f120ca..0000000
--- a/www/yt-dlp/patches/patch-setup_py
+++ /dev/null
@@ -1,12 +0,0 @@
1Index: setup.py
2--- setup.py.orig
3+++ setup.py
4@@ -77,7 +77,7 @@ def build_params():
5 ('share/zsh/site-functions', ['completions/zsh/_yt-dlp']),
6 ('share/fish/vendor_completions.d', ['completions/fish/yt-dlp.fish']),
7 ('share/doc/yt_dlp', ['README.txt']),
8- ('share/man/man1', ['yt-dlp.1'])
9+ ('man/man1', ['yt-dlp.1'])
10 ]
11 data_files = []
12 for dirname, files in files_spec: