Actions
Bug #83
closedCurrent install path in setup.py for linux makes relocation impossible.
Start date:
03/19/2012
Due date:
% Done:
0%
Estimated time:
Chirp Version:
0.2.1
Model affected:
(All models)
Platform:
Linux
I read the instructions above:
Description
The install path in setup.py is currently hard coded to /usr/share/chirp (or similar) but the python installer already assumes /usr so you end up with it trying to install into /usr/usr/share/chrip/...
I'm attaching a patch that applies cleanly to current 0.2.0. I also removed the COPYING install since at least for Fedora it's preferable to let rpmbuild install the documentation from the source directory as rpmbuild installs to a versioned folder (/usr/share/doc/chirp-0.2.0).
Files
Updated by Dan Smith over 12 years ago
- Status changed from New to Closed
- Assignee set to Dan Smith
- Target version set to 0.2.2
- Chirp Version changed from 0.2.0 to 0.2.1
Hmm, I wonder if this changed in a recent python setuptools revision or something.
Anyway, applied (with fixes) to the stable branch.
Thanks!
Actions