blob: e6ebefea58c41fcfa0cd63bd1cd04133952f8fdf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ab,v 1.3 2007/01/23 11:53:47 martti Exp $
--- modules/menu/Makefile.in.orig 2007-01-14 21:07:40.000000000 +0000
+++ modules/menu/Makefile.in 2007-01-23 13:00:00.000000000 +0000
@@ -288,7 +288,7 @@
@GMODULE_LIBS@ \
@LIBXFCEGUI4_LIBS@
-xfceconfdir = $(sysconfdir)/xdg/xfce4/desktop
+xfceconfdir = $(datadir)/examples/xfce4/desktop
xfceconf_DATA = \
xfce-registered-categories.xml \
xfce-registered-categories.xml.cs \
|