okra pushed a commit to branch master.

http://git.enlightenment.org/apps/ephoto.git/commit/?id=1086fca5b1a2386949c113eaac05ed985764abd1

commit 1086fca5b1a2386949c113eaac05ed985764abd1
Author: Stephen Houston <stephen@stephen.hplaptop>
Date:   Mon Oct 23 12:50:27 2017 -0500

    Ephoto: Make sure to install the AUTHORS file so the settings dialog can 
read it.
---
 meson.build | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meson.build b/meson.build
index b068dd7..87f081a 100644
--- a/meson.build
+++ b/meson.build
@@ -81,5 +81,8 @@ if get_option('nls') == true
   subdir('po')
 endif
 
+install_data('AUTHORS',
+             install_dir: join_paths(dir_data, 'ephoto'))
+
 subdir('src')
 subdir('data')

-- 


Reply via email to