install problem x86_64 wrong path
Bug #301561 reported by
Ferdinand
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Odoo GTK Client (MOVED TO GITHUB) |
Fix Committed
|
Undecided
|
Stephane Wirtel (OpenERP) |
Bug Description
I had to change
/usr/bin/
to run on x86_64
- cd /usr/lib/
+ cd /usr/lib64/
IMHO the "setup.py build" should detect x86_64 automatically and create correct scripts
Changed in openobject-client: | |
assignee: | nobody → matrixise |
Changed in openobject-client: | |
status: | New → Confirmed |
Changed in openobject-client: | |
status: | Confirmed → Fix Released |
Changed in openobject-client: | |
status: | New → Triaged |
To post a comment you must log in.
I have a x86_64 and I tested with a very small setup.py, the setuptools does not install the script to /usr/lib64 but only to /usr/lib.