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
Sertonix 2024-09-12 11:06:02 +00:00 committed by GitHub
parent 75dcdc2cf3
commit 1dee6903b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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)