summaryrefslogtreecommitdiff
path: root/units/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'units/meson.build')
-rw-r--r--units/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/units/meson.build b/units/meson.build
index a55e717868..670f366b92 100644
--- a/units/meson.build
+++ b/units/meson.build
@@ -22,7 +22,7 @@ units = [
'multi-user.target.wants/'],
['getty-pre.target', ''],
['graphical.target', '',
- (with_runlevels ? 'runlevel5.target default.target' : 'default.target')],
+ 'default.target' + (with_runlevels ? ' runlevel5.target' : '')],
['halt.target', ''],
['hibernate.target', 'ENABLE_HIBERNATE'],
['hybrid-sleep.target', 'ENABLE_HIBERNATE'],
@@ -61,7 +61,7 @@ units = [
'sysinit.target.wants/'],
['proc-sys-fs-binfmt_misc.mount', 'ENABLE_BINFMT'],
['reboot.target', '',
- (with_runlevels ? 'runlevel6.target ctrl-alt-del.target' : 'ctrl-alt-del.target')],
+ 'ctrl-alt-del.target' + (with_runlevels ? ' runlevel6.target' : '')],
['remote-cryptsetup.target', 'HAVE_LIBCRYPTSETUP'],
['remote-fs-pre.target', ''],
['remote-fs.target', ''],