[systemd-devel] [PATCH 6/8] Install hwclock-load into the system unit dir, not the sysconf unit dir.

Bill Nottingham notting at redhat.com
Thu Oct 28 10:27:47 PDT 2010


Signed-off-by: Bill Nottingham <notting at redhat.com>
---
 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 3c65feb..c992eab 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1137,7 +1137,7 @@ install-data-hook:
 	( cd $(DESTDIR)$(pkgsysconfdir)/system/multi-user.target.wants && \
 		rm -f remote-fs.target && \
 		$(LN_S) $(systemunitdir)/remote-fs.target remote-fs.target )
-	( cd $(DESTDIR)$(pkgsysconfdir)/system/basic.target.wants && \
+	( cd $(DESTDIR)$(systemunitdir)/basic.target.wants && \
 		rm -f hwclock-load.service && \
 		$(LN_S) $(systemunitdir)/hwclock-load.service hwclock-load.service )
 	( cd $(DESTDIR)$(systemunitdir)/basic.target.wants && \
-- 
1.7.3.1



More information about the systemd-devel mailing list