summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaeuerle, Florian <Florian.Baeuerle@allegion.com>2019-02-26 13:33:22 +0000
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-03-01 12:30:49 +0100
commit630f2c9866e11a676aa8a0cdca77145ef38ab9ca (patch)
treea5efd4452d2ab948d7a1eb3237a31d7a3ed0e242
parentc9edca36e6b24295932af2f6771379aee959febd (diff)
downloadptxdist-630f2c9866e11a676aa8a0cdca77145ef38ab9ca.tar.gz
ptxdist-630f2c9866e11a676aa8a0cdca77145ef38ab9ca.tar.xz
systemd: install polkit policy files
Signed-off-by: Florian Bäuerle <florian.baeuerle@allegion.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/systemd.make4
1 files changed, 4 insertions, 0 deletions
diff --git a/rules/systemd.make b/rules/systemd.make
index d7eefb003..d6f687be7 100644
--- a/rules/systemd.make
+++ b/rules/systemd.make
@@ -441,6 +441,10 @@ ifdef PTXCONF_SYSTEMD_UDEV_CUST_RULES
@$(call install_alternative_tree, systemd, 0, 0, /usr/lib/udev/rules.d)
endif
+ifdef PTXCONF_SYSTEMD_POLKIT
+ @$(call install_alternative_tree, systemd, 0, 0, /usr/share/polkit-1)
+endif
+
@$(call install_finish, systemd)
@$(call touch)