From: Paul Dagnelie Date: Thu, 22 Aug 2019 19:01:41 +0000 (-0700) Subject: Fix install error introduced by #9089 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d1484fb1898043adc543f19d909c9f02d15b73f7;p=zfs Fix install error introduced by #9089 Signed-off-by: Paul Dagnelie --- diff --git a/etc/systemd/system/Makefile.am b/etc/systemd/system/Makefile.am index ba73f558a..130c6c757 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)