revert 1.49, mount.ntfs-fuse should be in /sbin, not /usr/sbin or /usr/local/sbin

This commit is contained in:
cha0smaster 2005-10-07 15:13:10 +00:00
parent 0377e979d0
commit 093431f2f7

View File

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