From 1dee6903b47526c0de47cfa0f68992fb8d338070 Mon Sep 17 00:00:00 2001 From: Sertonix Date: Thu, 12 Sep 2024 11:06:02 +0000 Subject: [PATCH] Create mkfs.ntfs as relative symlink Since 7bcae8743fc the link target is in the same directory as the link itself so it can be shortened to a relative link. --- ntfsprogs/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ntfsprogs/Makefile.am b/ntfsprogs/Makefile.am index babaf341..b5076a44 100644 --- a/ntfsprogs/Makefile.am +++ b/ntfsprogs/Makefile.am @@ -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)