Allowed customization of sbin for tool directory
Enabled the configure option --sbindir to define where a few ntfsprogs tools should be installed
This commit is contained in:
@@ -165,8 +165,8 @@ extras: libs $(EXTRA_PROGRAMS)
|
|||||||
|
|
||||||
if ENABLE_MOUNT_HELPER
|
if ENABLE_MOUNT_HELPER
|
||||||
install-exec-hook:
|
install-exec-hook:
|
||||||
$(INSTALL) -d $(DESTDIR)/sbin
|
$(INSTALL) -d $(DESTDIR)/$(sbindir)
|
||||||
$(LN_S) -f $(sbindir)/mkntfs $(DESTDIR)/sbin/mkfs.ntfs
|
$(LN_S) -f $(sbindir)/mkntfs $(DESTDIR)$(sbindir)/mkfs.ntfs
|
||||||
|
|
||||||
install-data-hook:
|
install-data-hook:
|
||||||
$(INSTALL) -d $(DESTDIR)$(man8dir)
|
$(INSTALL) -d $(DESTDIR)$(man8dir)
|
||||||
|
|||||||
Reference in New Issue
Block a user