blob: 8928cb5a4e92123c3971e440e5c5d16f35f53a73 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- src/Makefile.in.orig Mon Jan 28 16:08:09 2008
+++ src/Makefile.in Fri Feb 8 16:05:14 2008
@@ -638,7 +638,7 @@
info-am:
-install-data-am: install-data-local install-man \
+install-data-am: install-man \
install-rootbinPROGRAMS install-rootsbinDATA
install-exec-am: install-binPROGRAMS install-exec-local
@@ -696,7 +696,7 @@
install-exec-local:
$(INSTALL) -d "$(DESTDIR)$(rootsbindir)"
- $(LN_S) -f "$(rootbindir)/ntfs-3g" "$(DESTDIR)$(rootsbindir)/mount.ntfs-3g"
+ $(LN_S) -f "$(rootbindir)/ntfs-3g" "/usr/sbin/mount_ntfs-3g"
install-data-local:
$(INSTALL) -d "$(DESTDIR)$(man8dir)"
|