From: Michael Tremer Date: Sat, 7 Jan 2012 15:01:48 +0000 (+0100) Subject: systemd: Make package work on x86_64. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d32bcaede2de997264bdb6fef4eebae8a3d9ef3;p=ipfire-3.x.git systemd: Make package work on x86_64. --- diff --git a/systemd/systemd.nm b/systemd/systemd.nm index 50b38d900..94d350bf1 100644 --- a/systemd/systemd.nm +++ b/systemd/systemd.nm @@ -5,7 +5,7 @@ name = systemd version = 37 -release = 1 +release = 2 maintainer = Stefan Schantl groups = System/Base @@ -43,11 +43,11 @@ build configure_options += \ --sysconfdir=/etc \ - --libexecdir=/usr/lib \ + --libexecdir=%{libdir} \ --with-rootdir= \ --with-distro=ipfire \ --with-udevrulesdir=/lib/udev/rules.d/ \ - --with-pamlibdir=/lib/security + --with-pamlibdir=/%{lib}/security prepare_cmds ./autogen.sh ac