projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6a173c
)
Remove unnecessary slash in setup.py (Fixes #1778)
author
Philipp Hagemeister
<phihag@phihag.de>
Thu, 21 Nov 2013 22:26:28 +0000
(23:26 +0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Thu, 21 Nov 2013 22:26:28 +0000
(23:26 +0100)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index aa7cfca0862b1f4ba2cfd220fd570ca63bcfda7e..8e24fe67918eeefa2f3f8b445ccfb480b8c841a8 100644
(file)
--- 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: