Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 9c18dd9019cc9476ba83ed7ff40a06e8 > files > 2

youtube-dl-2012.12.11-2.mga3.src.rpm

Index: setup.py
===================================================================
--- setup.py
+++ setup.py	2012-12-16 23:13:44.711315099 +0100
@@ -36,9 +36,7 @@
 else:
     params = {
         'scripts': ['bin/youtube-dl'],
-        'data_files': [('etc/bash_completion.d', ['youtube-dl.bash-completion']), # Installing system-wide would require sudo...
-                       ('share/doc/youtube_dl', ['README.txt']),
-                       ('share/man/man1/', ['youtube-dl.1'])]
+        'data_files': []
     }
 
 # Get the version from youtube_dl/version.py without importing the package