Fix install error introduced by #9089
Signed-off-by: Paul Dagnelie <pcd@delphix.com>
This commit is contained in:
parent
31b548ffb9
commit
d1484fb189
|
@ -33,7 +33,7 @@ $(systemdunit_DATA) $(systemdpreset_DATA):%:%.in
|
||||||
|
|
||||||
install-data-hook:
|
install-data-hook:
|
||||||
$(MKDIR_P) "$(DESTDIR)$(systemdunitdir)"
|
$(MKDIR_P) "$(DESTDIR)$(systemdunitdir)"
|
||||||
ln -s /dev/null "$(DESTDIR)$(systemdunitdir)/zfs-import.service"
|
ln -sf /dev/null "$(DESTDIR)$(systemdunitdir)/zfs-import.service"
|
||||||
|
|
||||||
distclean-local::
|
distclean-local::
|
||||||
-$(RM) $(systemdunit_DATA) $(systemdpreset_DATA)
|
-$(RM) $(systemdunit_DATA) $(systemdpreset_DATA)
|
||||||
|
|
Loading…
Reference in New Issue