From 3b47c941eb15accaed3ff0dd625fe5e28486fe12 Mon Sep 17 00:00:00 2001 From: Paul Dagnelie Date: Thu, 22 Aug 2019 12:01:41 -0700 Subject: [PATCH] Fix install error introduced by #9089 Signed-off-by: Paul Dagnelie --- etc/systemd/system/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/systemd/system/Makefile.am b/etc/systemd/system/Makefile.am index ba73f558a8a0..130c6c757a59 100644 --- a/etc/systemd/system/Makefile.am +++ b/etc/systemd/system/Makefile.am @@ -33,7 +33,7 @@ $(systemdunit_DATA) $(systemdpreset_DATA):%:%.in install-data-hook: $(MKDIR_P) "$(DESTDIR)$(systemdunitdir)" - ln -s /dev/null "$(DESTDIR)$(systemdunitdir)/zfs-import.service" + ln -sf /dev/null "$(DESTDIR)$(systemdunitdir)/zfs-import.service" distclean-local:: -$(RM) $(systemdunit_DATA) $(systemdpreset_DATA)