From: Michael Tremer Date: Sun, 1 Apr 2012 15:13:12 +0000 (+0200) Subject: udev: Fix installation of files on x86_64. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=362cde43338940f769eac923eaf39123d3ddb559;p=people%2Fms%2Fipfire-3.x.git udev: Fix installation of files on x86_64. Since this version, x86_64 systems can boot properly. --- diff --git a/udev/udev.nm b/udev/udev.nm index 5ca210e56..b0ec1b4c4 100644 --- a/udev/udev.nm +++ b/udev/udev.nm @@ -5,7 +5,7 @@ name = udev version = 182 -release = 1 +release = 2 groups = System/Base url = ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/ @@ -39,12 +39,8 @@ build end configure_options += \ - --exec-prefix="" \ - --sbindir=/sbin \ - --sysconfdir=/etc \ - --libexecdir=/%{lib} \ --with-rootprefix="" \ - --with-rootlibdir=/%{lib} \ + --libexecdir=/lib \ --with-selinux \ --with-systemdsystemunitdir=/lib/systemd/system end