[nautilus/sam/tracker-3: 2/8] build: Set NAUTILUS_DATADIR correctly
- From: Sam Thursfield <sthursfield src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/sam/tracker-3: 2/8] build: Set NAUTILUS_DATADIR correctly
- Date: Tue, 25 Aug 2020 08:37:41 +0000 (UTC)
commit fc43350891e5fdd37de16601770c02f70c32e1c0
Author: Sam Thursfield <sam afuera me uk>
Date: Sun May 3 10:25:41 2020 +0200
build: Set NAUTILUS_DATADIR correctly
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 1484fe058..5c1891262 100644
--- a/meson.build
+++ b/meson.build
@@ -149,7 +149,7 @@ conf.set_quoted('APPLICATION_ID', application_id)
conf.set_quoted('GETTEXT_PACKAGE', 'nautilus')
conf.set_quoted('LOCALEDIR', join_paths(prefix, localedir))
conf.set_quoted('NAME_SUFFIX', name_suffix)
-conf.set_quoted('NAUTILUS_DATADIR', join_paths(datadir, 'nautilus'))
+conf.set_quoted('NAUTILUS_DATADIR', join_paths(prefix, datadir, 'nautilus'))
conf.set_quoted('NAUTILUS_EXTENSIONDIR', join_paths(prefix, extensiondir))
conf.set_quoted('PACKAGE_VERSION', meson.project_version())
conf.set_quoted('PROFILE', profile)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]