Blob Blame History Raw
--- setup.py.orig	2008-08-31 04:47:07.000000000 -0700
+++ setup.py	2008-08-31 04:47:17.000000000 -0700
@@ -507,7 +507,7 @@
     args['cmdclass'] = { 'py2app' : BuildAPP }
 
 # FIXME: this should check for the actual command ('install' vs. 'bdist_nsis', 'py2app', ...), not installed libraries
-if py2exe is None and do_py2app is None:
+if py2exe is None and do_py2app is False:
     args['data_files'].append(('share/icons', ('picard-16.png', 'picard-32.png')))
     args['data_files'].append(('share/applications', ('picard.desktop',)))