Ticket #445 (closed enhancement: fixed)
Default frameworkd config location
| Reported by: | eolson | Owned by: | mickey |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | framework/general | Version: | |
| Keywords: | HasPatch | Cc: |
Description
Could the default installation location be changed from "/" to "/usr"?
I run into a problem if I install frameworkd to a different opkg location and use ipkg-link (I'm using ipkg-link to put most python packages on the SD card to save space on my GTA01).
In frameworkd/config.py The Installprefix detected is "/" because the python file is in this directory: /media/card/opkg/usr/lib/python2.6/site-packages/framework symlinked to /usr/lib/python2.6/site-packages/framework I can't think of a simple way to fix frameworkd/config.py to detect "/usr".
I'm assuming it wouldn't be a big problem to make "/usr" the default frameworkd installation location since most linux installations use "/usr" and not "/".
I would understand if this suggestion is rejected because it's a bit of a hack just to solve my problem with symlinks. But, if it would be useful in general to make "/usr" the default, that would be great for me or anyone else who wants to use ipkg-link.
