Skip to content
Snippets Groups Projects
Commit 6927fa62 authored by Stéphane Wirtel's avatar Stéphane Wirtel
Browse files

[FIX] Add the certificate and private key files

bzr revid: stephane@tinyerp.com-20081222191822-yp8dc9zlojt01don
parent 9bc72aad
Branches
Tags
No related merge requests found
......@@ -100,6 +100,10 @@ def data_files():
openerp_site_packages = opj('lib', 'python%s' % py_short_version, 'site-packages', 'openerp-server')
files.append((openerp_site_packages, [opj('bin', 'import_xml.rng'),
opj('bin', 'server.pkey'),
opj('bin', 'server.cert')]))
for addon in find_addons():
add_path = addon.replace('.', os.path.sep).replace('openerp-server', 'bin', 1)
addon_path = opj('lib', 'python%s' % py_short_version, 'site-packages', add_path.replace('bin', 'openerp-server', 1))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment