summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2014-10-01 08:11:28 +0000
committerJavier Jardón <jjardon@gnome.org>2014-10-11 14:45:53 +0100
commit769047f79012f696c8779a9ba29d9ab101c98350 (patch)
tree347564d094e1c4ed81e261ed016cb1003a6498e5
parentc411fcf657e97d4952eb8a3c1644f8d09473f891 (diff)
downloaddefinitions-769047f79012f696c8779a9ba29d9ab101c98350.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