diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-13 13:02:56 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-13 13:02:56 -0400 |
commit | 1fb680e2214b43024d929760c09dd176983d499a (patch) | |
tree | 0de6c3d936285dbbb197961c53d8fc7ef150a103 /src/grp-journal/Makefile | |
parent | 30e337e22d0bbf25150d8a795f6e41d17edb2a74 (diff) | |
parent | 719a2130b6cb5535f8368db270649d1a499985bd (diff) |
Merge branch 'lukeshu/postmove' into lukeshu/master
# Conflicts:
# config.mk.in
Diffstat (limited to 'src/grp-journal/Makefile')
-rw-r--r-- | src/grp-journal/Makefile | 2 |
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 |