fix: create mount.ntfs-3g symlink always in /sbin where mount(8) needs it

master
szaka 2008-02-03 16:39:13 +00:00
parent 65996b036a
commit 2636da890b
1 changed files with 2 additions and 2 deletions

View File

@ -39,12 +39,12 @@ endif
install-exec-local:
$(INSTALL) -d "$(DESTDIR)$(rootsbindir)"
$(LN_S) -f "$(rootbindir)/ntfs-3g" "$(DESTDIR)$(rootsbindir)/mount.ntfs-3g"
$(LN_S) -f "$(rootbindir)/ntfs-3g" "$(DESTDIR)/sbin/mount.ntfs-3g"
install-data-local:
$(INSTALL) -d "$(DESTDIR)$(man8dir)"
$(LN_S) -f ntfs-3g.8 "$(DESTDIR)$(man8dir)/mount.ntfs-3g.8"
uninstall-local:
$(RM) -f "$(DESTDIR)$(rootsbindir)/mount.ntfs-3g"
$(RM) -f "$(DESTDIR)/sbin/mount.ntfs-3g"
$(RM) -f "$(DESTDIR)$(man8dir)/mount.ntfs-3g.8"