Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 172345 - media-libs/libgphoto2 should install the udev script to /$(get_libdir)/udev
Summary: media-libs/libgphoto2 should install the udev script to /$(get_libdir)/udev
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-26 21:09 UTC by Georgi Georgiev
Modified: 2007-03-26 21:10 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Georgi Georgiev 2007-03-26 21:09:06 UTC
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 \
Comment 1 Georgi Georgiev 2007-03-26 21:10:47 UTC
configuration problem. udev does install in /lib/udev it would seem. ignore me.