diff options
author | Paul Dagnelie <[email protected]> | 2019-08-22 12:01:41 -0700 |
---|---|---|
committer | Paul Dagnelie <[email protected]> | 2019-08-22 12:01:41 -0700 |
commit | d1484fb1898043adc543f19d909c9f02d15b73f7 (patch) | |
tree | d55b9d76b7d8569c2991147a2a96e24bd0eea568 /etc/systemd/system | |
parent | 31b548ffb91f1475f5154df9d26e8917e96f81fb (diff) |
Fix install error introduced by #9089
Signed-off-by: Paul Dagnelie <[email protected]>
Diffstat (limited to 'etc/systemd/system')
-rw-r--r-- | etc/systemd/system/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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) |