15 lines
517 B
Plaintext
15 lines
517 B
Plaintext
$NetBSD: patch-ac,v 1.4 2015/06/04 16:04:04 youri Exp $
|
|
|
|
Adjust config path.
|
|
--- plugins/thunar-uca/Makefile.in.orig 2015-05-22 20:47:31.000000000 +0000
|
|
+++ plugins/thunar-uca/Makefile.in
|
|
@@ -496,7 +496,7 @@ thunar_uca_la_LIBADD = \
|
|
thunar_uca_la_DEPENDENCIES = \
|
|
$(top_builddir)/thunarx/libthunarx-$(THUNARX_VERSION_API).la
|
|
|
|
-defaultsdir = $(sysconfdir)/xdg/Thunar
|
|
+defaultsdir = $(datadir)/examples/xfce4/Thunar
|
|
defaults_in_files = uca.xml.in
|
|
defaults_DATA = $(defaults_in_files:.xml.in=.xml)
|
|
EXTRA_DIST = \
|