[nautilus/sam/tracker-3: 2/10] build: Set NAUTILUS_DATADIR correctly



commit 30adb8be94910a5998595b8574163983854ca864
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 03a3ff846..1dcfd4e18 100644
--- a/meson.build
+++ b/meson.build
@@ -144,7 +144,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]