$OpenBSD: patch-setup_py,v 1.2 2013/02/02 15:56:33 dcoppa Exp $
--- setup.py.orig	Fri Feb  1 18:05:42 2013
+++ setup.py	Sat Feb  2 16:48:52 2013
@@ -40,9 +40,8 @@ if len(sys.argv) >= 2 and sys.argv[1] == 'py2exe':
 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': [('share/doc/youtube-dl', ['README.txt']),
+                       ('man/man1/', ['youtube-dl.1'])]
     }
 
 # Get the version from youtube_dl/version.py without importing the package
