Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 172345

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 packagesAssignee: 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: ---

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.