mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 21:09:31 -04:00
15 lines
604 B
Plaintext
15 lines
604 B
Plaintext
$NetBSD: patch-af,v 1.13 2011/01/23 14:36:10 wiz Exp $
|
|
|
|
for installing configs to share/examples/mc
|
|
--- lib/vfs/mc-vfs/extfs/Makefile.in.orig 2010-07-05 19:13:19.000000000 +0000
|
|
+++ lib/vfs/mc-vfs/extfs/Makefile.in
|
|
@@ -391,7 +391,7 @@ EXTFS_OUT = \
|
|
|
|
@ENABLE_VFS_TRUE@extfs_DATA = $(EXTFS_MISC)
|
|
@ENABLE_VFS_TRUE@extfs_SCRIPTS = $(EXTFS_CONST) $(EXTFS_OUT)
|
|
-@ENABLE_VFS_TRUE@extfsconfdir = $(sysconfdir)/@PACKAGE@
|
|
+@ENABLE_VFS_TRUE@extfsconfdir = @datadir@/examples/@PACKAGE@
|
|
@ENABLE_VFS_TRUE@extfsconf_DATA = $(EXTFSCONFFILES)
|
|
EXTRA_DIST = $(EXTFS_MISC) $(EXTFS_CONST) $(EXTFSCONFFILES)
|
|
all: all-am
|