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

[FIX] Compile the migrate script in doc/migrate

lp bug: https://launchpad.net/bugs/311981 fixed

bzr revid: stephane@tinyerp.com-20090129004250-ca0akzfsdxlc4jd7
parent e76c4547
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@
# Need to overwrite the install-part of the RPM to append the
# compression-suffix onto the filenames for the man-pages.
#
python -O -c "import compileall, os; compileall.compile_dir(os.path.join(os.environ['PWD'], 'doc'), force=True)"
python setup.py install --optimize 1 --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES
SUFFIX=gz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment