Skip to content
Snippets Groups Projects
Commit 5a9a0607 authored by Christophe Simonis's avatar Christophe Simonis
Browse files

[FIX] correct RPM creation: quote files with a space

bzr revid: chs@openerp.com-20140114161304-tptm6tu2gk2z40j0
parent 86fb92d6
No related branches found
No related tags found
No related merge requests found
......@@ -13,3 +13,6 @@ python setup.py install --optimize 1 --root=$RPM_BUILD_ROOT --record=INSTALLED_F
SUFFIX=gz
sed "s!\(/share/man/.*\)!\1.$SUFFIX!" -i INSTALLED_FILES
# quote files with a space
sed 's/\(.* .*\)/"\1"/' -i INSTALLED_FILES
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