mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
14 lines
435 B
Plaintext
14 lines
435 B
Plaintext
$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
|
|
@@ -585,7 +585,7 @@
|
|
|
|
install-exec-local:
|
|
$(INSTALL) -d $(DESTDIR)/sbin
|
|
- $(LN_S) -f $(bindir)/ntfs-3g $(DESTDIR)/sbin/mount.ntfs-3g
|
|
+ $(LN_S) -f $(bindir)/ntfs-3g $(DESTDIR)$(bindir)/mount.ntfs-3g
|
|
|
|
install-data-local:
|
|
$(INSTALL) -d $(DESTDIR)$(man8dir)
|