$OpenBSD: patch-setup_py,v 1.4 2010/09/30 11:06:18 jasper Exp $

Fix build on clean system.

--- setup.py.orig	Thu Sep 30 11:38:35 2010
+++ setup.py	Thu Sep 30 11:38:47 2010
@@ -220,7 +220,7 @@ if set(['build', 'install', 'bdist', 'py2exe', 'i18n']
 
 # Freedesktop parameters
 share_dir = join(get_data_base_dir(), 'share')
-if os.path.exists(share_dir): 
+if 1:
     parameters['data_files'].extend([
             (join(share_dir, 'applications'), ['rednotebook.desktop']),
             (join(share_dir, 'icons/hicolor/48x48/apps'), ['rednotebook.png']),# new freedesktop.org spec
