summaryrefslogtreecommitdiffstats
path: root/network/youtube-dl/setup.patch
diff options
context:
space:
mode:
author Dimitris Zlatanidis2015-02-24 11:09:54 +0100
committer Willy Sudiarto Raharjo2015-02-24 11:09:54 +0100
commite6d2d0ac91a455d2f89eac78a899597be4a99bd4 (patch)
tree8bf8eb0d533ea163d41691bf8c339003c13710a7 /network/youtube-dl/setup.patch
parent7c463ba8086952f00672be7373fccd56100ee358 (diff)
downloadslackbuilds-e6d2d0ac91a455d2f89eac78a899597be4a99bd4.tar.gz
network/youtube-dl: Updated for version 2015.02.21 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/youtube-dl/setup.patch')
-rw-r--r--network/youtube-dl/setup.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/network/youtube-dl/setup.patch b/network/youtube-dl/setup.patch
new file mode 100644
index 0000000000..9f581e1a66
--- /dev/null
+++ b/network/youtube-dl/setup.patch
@@ -0,0 +1,17 @@
+--- youtube-dl-2015.02.21/setup.orig.py 2015-02-23 13:12:26.419954401 +0200
++++ youtube-dl-2015.02.21/setup.py 2015-02-23 13:13:23.668238699 +0200
+@@ -46,10 +46,10 @@
+ params = py2exe_params
+ else:
+ files_spec = [
+- ('etc/bash_completion.d', ['youtube-dl.bash-completion']),
+- ('etc/fish/completions', ['youtube-dl.fish']),
+- ('share/doc/youtube_dl', ['README.txt']),
+- ('share/man/man1', ['youtube-dl.1'])
++ ('/etc/bash_completion.d', ['youtube-dl.bash-completion']),
++ ('/etc/fish/completions', ['youtube-dl.fish']),
++ ('/usr/doc/youtube_dl', ['README.txt']),
++ ('/usr/man/man1', ['youtube-dl.1'])
+ ]
+ root = os.path.dirname(os.path.abspath(__file__))
+ data_files = []