This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch dev/dimmus/test
in repository efl.
View the commit online.
commit 62c70bc663e84d0d793b88418bccfa547bbf2263
Author: dimmus <dmitri.chudi...@gmail.com>
AuthorDate: Mon Oct 7 12:46:14 2024 +0500
meson: join_path - clean services
---
services/systemd/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/services/systemd/meson.build b/services/systemd/meson.build
index a17790e857..e6a8c4cfe7 100644
--- a/services/systemd/meson.build
+++ b/services/systemd/meson.build
@@ -3,7 +3,7 @@ if get_option('systemd') == true
if sys_dep.found()
sys_dir = sys_dep.get_pkgconfig_variable('systemduserunitdir')
else
- sys_dir = join_paths(dir_lib, 'systemd', 'user')
+ sys_dir = dir_lib / 'systemd/user'
endif
ethumb_service_config = configuration_data()
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.