Browse Source

udev: fixed to not use '/libexec' dir but $libdir

user/chris/test/early-mdev
Christian Wiese 14 years ago
parent
commit
da68aa8dc5
  1. 4
      filesystem/udev/udev.conf

4
filesystem/udev/udev.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# Filename: package/.../udev/udev.conf # Filename: package/.../udev/udev.conf
# Copyright (C) 2007 - 2009 The OpenSDE Project # Copyright (C) 2007 - 2010 The OpenSDE Project
# #
# More information can be found in the files COPYING and README. # More information can be found in the files COPYING and README.
# #
@ -17,6 +17,8 @@ if [ "$prefix_auto" = 1 ] ; then
set_confopt set_confopt
fi fi
var_append confopt ' ' "--libexecdir=$libdir/udev"
udev_devices() { udev_devices() {
local devdir="$root/lib/udev/devices" local devdir="$root/lib/udev/devices"
local node= local node=

Loading…
Cancel
Save