Create mkfs.ntfs as relative symlink
Since 7bcae8743f
the link target is in the same directory as the link itself so it can be shortened to a relative link.
pull/123/head
parent
75dcdc2cf3
commit
1dee6903b4
|
@ -181,7 +181,7 @@ extras: libs $(EXTRA_PROGRAMS)
|
|||
if ENABLE_MOUNT_HELPER
|
||||
install-exec-hook:
|
||||
$(INSTALL) -d $(DESTDIR)/$(sbindir)
|
||||
$(LN_S) -f $(sbindir)/mkntfs $(DESTDIR)$(sbindir)/mkfs.ntfs
|
||||
$(LN_S) -f mkntfs $(DESTDIR)$(sbindir)/mkfs.ntfs
|
||||
|
||||
install-data-hook:
|
||||
$(INSTALL) -d $(DESTDIR)$(man8dir)
|
||||
|
|
Loading…
Reference in New Issue