netstar pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=672b4a565778824ae07e73adbe1c830c60a7e06e

commit 672b4a565778824ae07e73adbe1c830c60a7e06e
Author: Al Poole <nets...@gmail.com>
Date:   Sun Mar 11 16:43:51 2018 +0000

    Revert "meson.build set PKG_SYSCONF_DIR properly."
    
    This wasn't broken. Use --sysconfdir instead!
    
    This reverts commit 1469289701648f75dedba3a9fef7779c0554adca.
---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index b18abfc78..3cdb499c6 100644
--- a/meson.build
+++ b/meson.build
@@ -38,7 +38,7 @@ release = 'ver-0.23'
 add_global_arguments('-DHAVE_CONFIG_H=1', language: 'c')
 dir_prefix    = get_option('prefix')
 dir_bin       = join_paths(dir_prefix, get_option('bindir'))
-dir_sysconf   = join_paths(dir_prefix, get_option('sysconfdir'))
+dir_sysconf   = get_option('sysconfdir')
 dir_data      = join_paths(dir_prefix, get_option('datadir'))
 dir_include   = join_paths(dir_prefix, get_option('includedir'))
 dir_include_e = join_paths(dir_include, proj)

-- 


Reply via email to