28 lines
973 B
Plaintext
28 lines
973 B
Plaintext
$OpenBSD: patch-wscript,v 1.11 2010/09/20 08:24:44 landry Exp $
|
|
We don't need those files installed..
|
|
--- wscript.orig Sun Sep 19 23:22:41 2010
|
|
+++ wscript Mon Sep 20 09:07:30 2010
|
|
@@ -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):
|
|
@@ -414,12 +414,8 @@ def build (bld):
|
|
|
|
bld.add_group ()
|
|
|
|
- if bld.env['docs']:
|
|
- bld.install_files ('${DOCDIR}/' + APPNAME + '/', \
|
|
- 'AUTHORS COPYING ChangeLog EXPAT README')
|
|
-
|
|
# Install default configuration
|
|
- bld.install_files ('${SYSCONFDIR}/xdg/' + APPNAME + '/', 'data/search')
|
|
+ bld.install_files ('${MDATADIR}/examples/' + APPNAME + '/', 'data/search')
|
|
|
|
if bld.env['RST2HTML']:
|
|
# FIXME: Build only if needed
|