$OpenBSD: patch-setup_py,v 1.7 2014/01/27 09:49:49 dcoppa Exp $
--- setup.py.orig	Mon Jan 27 10:18:15 2014
+++ setup.py	Mon Jan 27 10:18:55 2014
@@ -47,9 +47,8 @@ if len(sys.argv) >= 2 and sys.argv[1] == 'py2exe':
     params = py2exe_params
 else:
     files_spec = [
-        ('etc/bash_completion.d', ['youtube-dl.bash-completion']),
         ('share/doc/youtube_dl', ['README.txt']),
-        ('share/man/man1', ['youtube-dl.1'])
+        ('man/man1', ['youtube-dl.1'])
     ]
     root = os.path.dirname(os.path.abspath(__file__))
     data_files = []
