summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlukefromdc <[email protected]>2023-12-28 21:58:52 -0500
committermouse <[email protected]>2024-01-02 09:33:04 +0800
commit87eb9c7c59ec952ddc5508c7efb7251d662b24ed (patch)
tree573bbb370f0c3b16e82a73a14f836137ed45ba69
parentbca3b80da6b3653ada9e0546a3fd053cdc4651d0 (diff)
downloadmate-control-center-87eb9c7c59ec952ddc5508c7efb7251d662b24ed.tar.bz2
mate-control-center-87eb9c7c59ec952ddc5508c7efb7251d662b24ed.tar.xz
Meson: fix mate-time-admin directory error
*Ensure we attempt to load files *from mate-time-admin/map/ *not mate-time-admin/map Otherwise mate-time-admin built with meson cannot find the files and errors out
-rw-r--r--capplets/time-admin/src/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/capplets/time-admin/src/meson.build b/capplets/time-admin/src/meson.build
index 59247248..69706bd5 100644
--- a/capplets/time-admin/src/meson.build
+++ b/capplets/time-admin/src/meson.build
@@ -15,7 +15,7 @@ sources += gnome.compile_resources(
cflags += [
'-DMATECC_DATA_DIR="@0@"'.format(mcc_pkgdatadir),
- '-DTIMPZONEDIR="@0@"'.format(mcc_timezonedir),
+ '-DTIMPZONEDIR="@0@""/"'.format(mcc_timezonedir),
]
executable(