summaryrefslogtreecommitdiffstats
path: root/rules/systemd.make
diff options
context:
space:
mode:
authorBaeuerle, Florian <Florian.Baeuerle@allegion.com>2017-10-24 16:35:45 +0000
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-11-01 11:47:53 +0100
commit1f069bb2165fa0bde42baa0ec76005e70d7d2ae9 (patch)
tree4b2b850f06cf380586dafd8b5034dd9ab57f586f /rules/systemd.make
parent27431470951aa976be0511ad82171862fabab3e1 (diff)
downloadptxdist-1f069bb2165fa0bde42baa0ec76005e70d7d2ae9.tar.gz
ptxdist-1f069bb2165fa0bde42baa0ec76005e70d7d2ae9.tar.xz
systemd: fix condition for installing vconsole.conf
According to the commit description in 4462d49, this is the intended behavior. Signed-off-by: Florian Bäuerle <florian.baeuerle@allegion.com>
Diffstat (limited to 'rules/systemd.make')
-rw-r--r--rules/systemd.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/systemd.make b/rules/systemd.make
index 85e473ef1..468e547b7 100644
--- a/rules/systemd.make
+++ b/rules/systemd.make
@@ -379,7 +379,7 @@ endif
# # units
@$(call install_tree, systemd, 0, 0, -, /usr/lib/systemd/system/)
-ifndef PTXCONF_SYSTEMD_VCONSOLE
+ifdef PTXCONF_SYSTEMD_VCONSOLE
@$(call install_alternative, systemd, 0, 0, 0644, /etc/vconsole.conf)
endif