summaryrefslogtreecommitdiff
path: root/src/grp-journal/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-journal/Makefile')
-rw-r--r--src/grp-journal/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grp-journal/Makefile b/src/grp-journal/Makefile
index 188a3487e4..fcefb81581 100644
--- a/src/grp-journal/Makefile
+++ b/src/grp-journal/Makefile
@@ -135,7 +135,7 @@ UNINSTALL_EXEC_HOOKS += journal-uninstall-hook
# Update catalog on installation. Do not bother if installing
# in DESTDIR, since this is likely for packaging purposes.
catalog-update-hook:
- -test -n "$(DESTDIR)" || $(bindir)/journalctl --update-catalog
+ -test -n "$(DESTDIR)" || $(rootbindir)/journalctl --update-catalog
INSTALL_DATA_HOOKS += \
catalog-update-hook