Allowed customization of sbin for tool directory
Enabled the configure option --sbindir to define where a few ntfsprogs tools should be installedpull/2/head
parent
903db231ec
commit
7bcae8743f
|
@ -165,8 +165,8 @@ extras: libs $(EXTRA_PROGRAMS)
|
|||
|
||||
if ENABLE_MOUNT_HELPER
|
||||
install-exec-hook:
|
||||
$(INSTALL) -d $(DESTDIR)/sbin
|
||||
$(LN_S) -f $(sbindir)/mkntfs $(DESTDIR)/sbin/mkfs.ntfs
|
||||
$(INSTALL) -d $(DESTDIR)/$(sbindir)
|
||||
$(LN_S) -f $(sbindir)/mkntfs $(DESTDIR)$(sbindir)/mkfs.ntfs
|
||||
|
||||
install-data-hook:
|
||||
$(INSTALL) -d $(DESTDIR)$(man8dir)
|
||||
|
|
Loading…
Reference in New Issue