Adding patch from Toni Mueller <support@oeko.net> to fix SQL for postgresql 8.4 ...
[odoo/odoo.git] / debian / patches / 01-autobuild.patch
1 Author: Daniel Baumann <daniel@debian.org>
2 Description: Disable modules check to make it buildable without X11.
3
4 diff -Naurp openerp-server.orig/setup.py openerp-server/setup.py
5 --- openerp-server.orig/setup.py        2009-06-08 15:51:20.000000000 +0000
6 +++ openerp-server/setup.py     2009-07-26 10:27:49.000000000 +0000
7 @@ -121,7 +121,7 @@ def data_files():
8  
9      return files
10  
11 -check_modules()
12 +#check_modules()
13  
14  f = file('openerp-server','w')
15  start_script = """#!/bin/sh\necho "OpenERP Setup - The content of this file is generated at the install stage\n" """