/usr/share/nathive/nathive.py is hardcoded
Bug #576516 reported by
a.l.e
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Nathive |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
i've modified the makefile to install to /usr/local/
it installs correctly, but, then, nathive does not launch:
$./nathive
python: can't open file '/usr/share/
Changed in nathive: | |
status: | New → In Progress |
Changed in nathive: | |
status: | In Progress → Fix Committed |
Changed in nathive: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Tell me if the fix is right for your requirements, I test it installing under /opt and seems to work perfectly, but for now it's only enabled for 'make install', not for 'make deb' or 'make rpm'.
In addition this is able to install with all possible combinations of BASE and APP makefile vars. I also thought about include a config script, but I prefer to keep it simple.