Skip to content

Commit

Permalink
Fix install error introduced by #9089
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Dagnelie <pcd@delphix.com>
  • Loading branch information
pcd1193182 authored and tonyhutter committed Jan 22, 2020
1 parent 7ed41d2 commit 3b47c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/systemd/system/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 3b47c94

Please sign in to comment.