mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-26 03:09:34 +03:00
Fix install error introduced by #9089
Signed-off-by: Paul Dagnelie <pcd@delphix.com>
This commit is contained in:
parent
7ed41d292b
commit
3b47c941eb
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user