769eafb483
Flectra is Forked from Odoo v11 commit : (6135e82d73
)
4 lines
151 B
Bash
4 lines
151 B
Bash
#!/bin/sh
|
|
set -e
|
|
python3 setup.py install --prefix=/usr --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES --install-lib usr/lib/python3.6/site-packages/
|