summaryrefslogtreecommitdiffstats
path: root/rules/chrony.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/chrony.make')
-rw-r--r--rules/chrony.make9
1 files changed, 9 insertions, 0 deletions
diff --git a/rules/chrony.make b/rules/chrony.make
index a6818d5bf..c256f55b8 100644
--- a/rules/chrony.make
+++ b/rules/chrony.make
@@ -197,6 +197,15 @@ ifdef PTXCONF_CHRONY_INSTALL_CHRONY_COMMAND
/usr/bin/chrony_command, n)
endif
+# ---------------------------
+# install chrony stat convenience wrapper
+#
+ifdef PTXCONF_CHRONY_INSTALL_CHRONY_COMMAND
+ @$(call install_copy, chrony, 0, 0, 0755, \
+ $(PTXDIST_TOPDIR)/generic/usr/bin/chrony_stat, \
+ /usr/bin/chrony_stat, n)
+endif
+
@$(call install_finish, chrony)