Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 236819
Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +2 lines)
Line  Link Here
++ b/tools/examples/Makefile   2009-01-02 17:28:15.686292031 +0200
Lines 52-58 Link Here
52
ifeq ($(findstring $(DI),$(DE)),$(DI))
52
ifeq ($(findstring $(DI),$(DE)),$(DI))
53
HOTPLUGS=install-hotplug install-udev
53
HOTPLUGS=install-hotplug install-udev
54
else
54
else
55
ifeq ($(shell [ -x /usr/bin/udevinfo ] && [ `/usr/bin/udevinfo -V | sed -e 's/^[^0-9]* \([0-9]\{1,\}\)[^0-9]\{0,\}/\1/'` -ge 059 ] && echo 1),1)
55
ifeq ($(shell [ -x /sbin/udevadm ] && [ `/sbin/udevadm --version | sed -e 's/^[^0-9]* \([0-9]\{1,\}\)[^0-9]\{0,\}/\1/'` -ge 059 ] && echo 1),1)
56
HOTPLUGS=install-udev
56
HOTPLUGS=install-udev
57
else
57
else
58
HOTPLUGS=install-hotplug
58
HOTPLUGS=install-hotplug

Return to bug 236819