blob: d681540386ca8e21a16f39e76172a08e55bb8656 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-migrate_Makefile.in,v 1.2 2017/06/18 22:29:54 youri Exp $
Adjust config path.
--- migrate/Makefile.in.orig 2012-04-28 20:31:39.000000000 +0000
+++ migrate/Makefile.in
@@ -375,7 +375,7 @@ INCLUDES = \
-DXDGCONFIGDIR=\"$(sysconfdir)/xdg\" \
$(PLATFORM_CPPFLAGS)
-confdir = $(sysconfdir)/xdg/xfce4/panel
+confdir = $(datadir)/examples/xfce4/panel
conf_DATA = \
default.xml
|