summaryrefslogtreecommitdiffstats
path: root/rules/chrony.make
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2007-04-10 12:25:34 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2007-04-10 12:25:34 +0000
commit2a324f882894e5c6b880cf27df30d314ccd47bf1 (patch)
tree3c0d822525f8af36fd89c2194311a634ba5b90cd /rules/chrony.make
parent70d2d88052adfec80711781af502bcece8128f0c (diff)
downloadptxdist-2a324f882894e5c6b880cf27df30d314ccd47bf1.tar.gz
ptxdist-2a324f882894e5c6b880cf27df30d314ccd47bf1.tar.xz
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7087 33e552b5-05e3-0310-8538-816dae2090ed
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)