blob: 2d384c25c5df76074a3393b1365489f4bc7d00ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.1.1.1 2004/09/21 17:03:54 jmmv Exp $
--- src/Makefile.in.orig 2004-07-22 08:52:29.000000000 +0200
+++ src/Makefile.in
@@ -243,7 +243,7 @@ EXTRA_DIST = \
@HAVE_GNOME_VFS_TRUE@module_flags = -export_dynamic -avoid-version
-@HAVE_GNOME_VFS_TRUE@modulesconfdir = $(sysconfdir)/gnome-vfs-2.0/modules
+@HAVE_GNOME_VFS_TRUE@modulesconfdir = $(datadir)/examples/@PACKAGE@
@HAVE_GNOME_VFS_TRUE@modulesconf_DATA = menu-modules.conf
@HAVE_GNOME_VFS_TRUE@modulesdir = $(libdir)/gnome-vfs-2.0/modules
|