[oe-issues] [Bug 2254] move opie away from /opt to /usr

bugzilla-daemon at tinman.treke.net bugzilla-daemon at tinman.treke.net
Tue May 8 11:41:09 UTC 2007


http://bugs.openembedded.org/show_bug.cgi?id=2254





------- Comment #2 from bugs.openembedded.org at rolf.leggewie.biz  2007-05-08 04:41 -------
Here is a quick one-liner to search in your deployment directory for ipk with
files installing to /opt

find . -type f -name '*.ipk' | while read fname; do dpkg -c "$fname" | grep -q
/opt && echo "$fname"; done 2> /dev/null


-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




More information about the Openembedded-issues mailing list