diff options
author | infirit <[email protected]> | 2014-12-13 15:53:22 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-12-13 18:32:16 +0100 |
commit | 565648f153792a7dea29334d04550228dacad36d (patch) | |
tree | 68d5c24a24fda576b3c8533f7a678538b50bb101 /plugins/xrdb/data/Makefile.am | |
parent | f228d752968a3f0b607a41eed9dfb7630e1da073 (diff) | |
download | mate-settings-daemon-565648f153792a7dea29334d04550228dacad36d.tar.bz2 mate-settings-daemon-565648f153792a7dea29334d04550228dacad36d.tar.xz |
xrdb: Use sysconfdir for .ad files, since they are settings
Taken from GSD commit: 7004dce9b430069ec96f307b84dc5d9289e3c29c
From: Rodrigo Moya <[email protected]>
Diffstat (limited to 'plugins/xrdb/data/Makefile.am')
-rw-r--r-- | plugins/xrdb/data/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/xrdb/data/Makefile.am b/plugins/xrdb/data/Makefile.am index e133b9b..26ff90f 100644 --- a/plugins/xrdb/data/Makefile.am +++ b/plugins/xrdb/data/Makefile.am @@ -1,6 +1,6 @@ NULL = -xrdbdir = $(pkgdatadir)/xrdb +xrdbdir = $(sysconfdir)/xrdb xrdb_DATA = \ General.ad \ Editres.ad \ |