mirror of
https://git.code.sf.net/p/ntfs-3g/ntfs-3g.git
synced 2024-11-23 18:14:24 +08:00
revert 1.49, mount.ntfs-fuse should be in /sbin, not /usr/sbin or /usr/local/sbin
This commit is contained in:
parent
0377e979d0
commit
093431f2f7
@ -144,7 +144,7 @@ extras: libs $(EXTRA_PROGRAMS)
|
||||
install-exec-hook:
|
||||
$(LN) -f $(DESTDIR)$(sbindir)/mkntfs $(DESTDIR)$(sbindir)/mkfs.ntfs
|
||||
if ENABLE_FUSE_MODULE
|
||||
$(LN) -f $(DESTDIR)$(bindir)/ntfsmount $(DESTDIR)$(sbindir)/mount.ntfs-fuse
|
||||
$(LN) -f $(DESTDIR)$(bindir)/ntfsmount mount.ntfs-fuse
|
||||
endif
|
||||
|
||||
install-data-hook:
|
||||
|
Loading…
Reference in New Issue
Block a user