]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/commitdiff
udev: Fix installation of files on x86_64.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 1 Apr 2012 15:13:12 +0000 (17:13 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 1 Apr 2012 15:13:12 +0000 (17:13 +0200)
Since this version, x86_64 systems can boot properly.

udev/udev.nm

index 5ca210e5656088fa9ae9763f3dcbd69f91929983..b0ec1b4c4fafdba062bb3b51f2aac07ba109ff38 100644 (file)
@@ -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