fca42f8372
desktop-file-utils contains a couple of command line utilities for working with desktop entries and the applications database. More specifically, it contains the update-desktop-database utility, used to rebuild the database that connects MIME types to applications.
13 lines
520 B
Text
13 lines
520 B
Text
$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
|