From: Philipp Hagemeister Date: Thu, 21 Nov 2013 22:26:28 +0000 (+0100) Subject: Remove unnecessary slash in setup.py (Fixes #1778) X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=youtube-dl;a=commitdiff_plain;h=b1c9c669365cea4fb94babd66076665685abc453 Remove unnecessary slash in setup.py (Fixes #1778) --- diff --git a/setup.py b/setup.py index aa7cfca08..8e24fe679 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ else: 'data_files': [ # Installing system-wide would require sudo... ('etc/bash_completion.d', ['youtube-dl.bash-completion']), ('share/doc/youtube_dl', ['README.txt']), - ('share/man/man1/', ['youtube-dl.1']) + ('share/man/man1', ['youtube-dl.1']) ] } if setuptools_available: