summaryrefslogtreecommitdiff
path: root/strata/core
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-03-15 20:41:28 +0000
committerJavier Jardón <jjardon@gnome.org>2016-03-19 15:23:26 +0000
commit0a0da35e1a693fc909d1628f5e81cb3b2693c057 (patch)
tree173093e1cb423eeed7bb7d1f1e0749129367255d /strata/core
parent0c13ce661c1c6d61a3d80fac9b8d24d44c61b8b8 (diff)
downloaddefinitions-0a0da35e1a693fc909d1628f5e81cb3b2693c057.tar.gz
strata/foundation/systemd.morph: simplify systemd cofiguration a bit
- xz is enabled by default - Use the default install directories, ie, /usr/lib and /usr/bin Change-Id: I038113fcbf0288703fbb06cc4b64b34d09d8fc72
Diffstat (limited to 'strata/core')
-rw-r--r--strata/core/linux-pam.morph6
1 files changed, 3 insertions, 3 deletions
diff --git a/strata/core/linux-pam.morph b/strata/core/linux-pam.morph
index e6cbf642..e65caa63 100644
--- a/strata/core/linux-pam.morph
+++ b/strata/core/linux-pam.morph
@@ -4,6 +4,6 @@ build-system: autotools
pre-configure-commands:
- autoreconf -ivf
configure-commands:
-# libdir has to be specified or it'll go into lib64. It has to be /lib because
-# systemd installs its pam library into /lib/security.
-- ./configure --prefix="$PREFIX" --sysconfdir=/etc --libdir="/lib"
+# libdir has to be specified or it'll go into lib64. It has to be /usr/lib because
+# systemd installs its pam library into /usr/lib/security.
+- ./configure --prefix="$PREFIX" --sysconfdir=/etc --libdir="$PREFIX/lib"