From ceab89ad131d0431c72f524167240b7dd492114a Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Tue, 27 Mar 2018 10:21:09 +0800 Subject: init.d/Makefile.am: add missing dependency install-data-hook should depend on install-exec-hook, or the haveged.service might be installed incorrectly when build with -j option. Signed-off-by: Jackie Huang Signed-off-by: Khem Raj --- init.d/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.d/Makefile.am b/init.d/Makefile.am index 5940f78..07bcdf7 100644 --- a/init.d/Makefile.am +++ b/init.d/Makefile.am @@ -33,7 +33,7 @@ if ENABLE_SYSTEMD install-exec-hook: $(do_subst) < $(srcdir)/$(src_tmpl) > haveged.service; -install-data-hook: +install-data-hook: install-exec-hook if ENABLE_SYSTEMD_LOOKUP install -p -D -m644 haveged.service $(DESTDIR)`pkg-config --variable=systemdsystemunitdir systemd`/haveged.service; else -- cgit v1.2.3