summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)