From: Michael Tremer Date: Mon, 3 Aug 2009 18:45:38 +0000 (+0200) Subject: Fixed udev paths. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f0b39a2e606c3c5eb8b20ae6642bf00dcaf1186;p=ipfire-3.x.git Fixed udev paths. --- diff --git a/lfs/udev b/lfs/udev index bfa40bf69..a93216d09 100644 --- a/lfs/udev +++ b/lfs/udev @@ -96,7 +96,12 @@ $(OBJECT): $(objects) $(CONFIGURE_ARCH) \ --prefix=/usr \ --exec-prefix="" \ - --sysconfdir=/etc + --sbindir=/sbin \ + --sysconfdir=/etc \ + --with-libdir-name=/lib \ + --libexecdir=/lib/udev \ + --with-rootlibdir=/lib \ + --disable-rpath cd $(DIR_APP) && make $(PARALLELISMFLAGS) cd $(DIR_APP) && make install