summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2014-10-01 08:11:28 +0000
committerJames Thomas <james.thomas@codethink.co.uk>2014-10-10 14:18:30 -0500
commite4905192367986efea603de9b3b253bf3c6a683a (patch)
tree3d04da5315a96e550f6311dfb49f8404fe6ea4c5
parent60a6cf88014c971eef90b6922a5219f1c3635bf2 (diff)
downloaddefinitions-e4905192367986efea603de9b3b253bf3c6a683a.tar.gz
systemd: isable resolved
-rw-r--r--strata/foundation/systemd.morph4
1 files changed, 1 insertions, 3 deletions
diff --git a/strata/foundation/systemd.morph b/strata/foundation/systemd.morph
index 2a1933d7..471252ec 100644
--- a/strata/foundation/systemd.morph
+++ b/strata/foundation/systemd.morph
@@ -4,9 +4,7 @@ max-jobs: 1
build-system: autotools
configure-commands:
- sh autogen.sh
-- ./configure --prefix="$PREFIX" --enable-xz --disable-manpages --sysconfdir=/etc
- --localstatedir=/var --libdir="$PREFIX/lib" --libexecdir="$PREFIX/libexec" --with-rootprefix=
- --with-rootlibdir=/lib --with-firmware-path=/lib/firmware/updates:/lib/firmware
+- ./configure --prefix="$PREFIX" --enable-xz --disable-manpages --sysconfdir=/etc --localstatedir=/var --libdir="$PREFIX/lib" --libexecdir="$PREFIX/libexec" --with-rootprefix= --with-rootlibdir=/lib --with-firmware-path=/lib/firmware/updates:/lib/firmware --disable-resolved
install-commands:
- make DESTDIR="$DESTDIR" install
- mkdir -p "$DESTDIR"/sbin