| Summary: | media-libs/libgphoto2 should install the udev script to /$(get_libdir)/udev | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Georgi Georgiev <chutz+bugs.gentoo.org> |
| Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | 2006.1 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
configuration problem. udev does install in /lib/udev it would seem. ignore me. |
media-libs/libgphoto2 installs a script in /lib/udev regardless of what the system ABI is. I agree that the script is not ABI dependent but sys-fs/udev installs all its scripts in /$(get_libdir)/udev anyway, so libgphoto2 has better follow suit. I suggest the econf line in the libgphoto2 ebuilds is changed to include udevscriptdir=/$(get_libdir)/udev \ instead of udevscriptdir=/lib/udev \