$OpenBSD: patch-wscript,v 1.16 2011/08/16 07:49:16 landry Exp $ We don't need those files installed.. --- wscript.orig Tue Aug 2 00:06:36 2011 +++ wscript Tue Aug 2 09:06:41 2011 @@ -68,7 +68,7 @@ def rc_file(self, node): self.compiled_tasks.append (rctask) rc_file = extension ('.rc')(rc_file) Task.simple_task_type ('winrc', '${WINRC} -o${TGT} ${SRC}', color='BLUE', - before='cc cxx', shell=False) + before='cc cxx') def configure (conf): def option_checkfatal (option, desc): @@ -401,7 +401,7 @@ def build (bld): 'AUTHORS COPYING ChangeLog EXPAT README data/faq.html data/faq.css') # Install default configuration - bld.install_files ('${SYSCONFDIR}/xdg/' + APPNAME + '/', 'data/search') + bld.install_files ('${MDATADIR}/examples/' + APPNAME + '/', 'data/search') if bld.env['INTLTOOL']: obj = bld.new_task_gen ('intltool_po')