This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository efm2.
View the commit online.
commit 20dafe78daf49879bcb84244477ae5b9ba42050b
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
AuthorDate: Sun Oct 1 22:30:36 2023 +0100
fix install of table backed to table dir not default
---
src/backends/table/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/backends/table/meson.build b/src/backends/table/meson.build
index 23e9fef..9c6f6fe 100644
--- a/src/backends/table/meson.build
+++ b/src/backends/table/meson.build
@@ -1,4 +1,4 @@
-dir = join_paths(dir_lib, 'efm', 'backends', 'default')
+dir = join_paths(dir_lib, 'efm', 'backends', 'table')
install_data('open',
install_dir : dir,
install_mode : 'rwxr-xr-x'
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.