aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fusefs-ntfs/files/patch-src-Makefile.in
blob: c2352df827637a24ba122e431d13f5f75c07a879 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- src/Makefile.in.orig	Sat Aug 25 18:23:50 2007
+++ src/Makefile.in	Mon Sep 10 15:23:40 2007
@@ -528,7 +528,7 @@
 
 info-am:
 
-install-data-am: install-data-local install-man
+install-data-am: install-man
 
 install-exec-am: install-binPROGRAMS install-exec-local
 	@$(NORMAL_INSTALL)
@@ -590,8 +590,8 @@
 @RUN_LDCONFIG_TRUE@	$(LDCONFIG)
 
 install-exec-local:
-	$(INSTALL) -d $(DESTDIR)/sbin
-	$(LN_S) -f $(bindir)/ntfs-3g $(DESTDIR)/sbin/mount.ntfs-3g
+	$(INSTALL) -d $(DESTDIR)/usr/sbin
+	$(LN_S) -f $(bindir)/ntfs-3g $(DESTDIR)/usr/sbin/mount_ntfs-3g
 
 install-data-local:
 	$(INSTALL) -d $(DESTDIR)$(man8dir)