diff options
Diffstat (limited to 'filesystems/fuse-ntfs-3g/patches/patch-ab')
-rw-r--r-- | filesystems/fuse-ntfs-3g/patches/patch-ab | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/filesystems/fuse-ntfs-3g/patches/patch-ab b/filesystems/fuse-ntfs-3g/patches/patch-ab index 10d69188b09..c35774ee92b 100644 --- a/filesystems/fuse-ntfs-3g/patches/patch-ab +++ b/filesystems/fuse-ntfs-3g/patches/patch-ab @@ -1,4 +1,4 @@ -$NetBSD: patch-ab,v 1.2 2007/04/13 09:23:57 xtraeme Exp $ +$NetBSD: patch-ab,v 1.3 2009/07/08 16:34:40 joerg Exp $ --- src/Makefile.in.orig 2007-03-27 23:24:12.000000000 +0200 +++ src/Makefile.in 2007-04-13 11:16:54.000000000 +0200 @@ -7,7 +7,7 @@ $NetBSD: patch-ab,v 1.2 2007/04/13 09:23:57 xtraeme Exp $ install-exec-local: $(INSTALL) -d $(DESTDIR)/sbin - $(LN_S) -f $(bindir)/ntfs-3g $(DESTDIR)/sbin/mount.ntfs-3g -+ $(LN_S) -f $(bindir)/ntfs-3g $(bindir)/mount.ntfs-3g ++ $(LN_S) -f $(bindir)/ntfs-3g $(DESTDIR)$(bindir)/mount.ntfs-3g install-data-local: $(INSTALL) -d $(DESTDIR)$(man8dir) |