[gnome-builder] beautifier plugin: fix the datadir path



commit 6d4e95bffc05615b7a0008b6754433c013d2cea2
Author: Sebastien Lafargue <slafargue gnome org>
Date:   Thu Aug 10 23:42:09 2017 +0200

    beautifier plugin: fix the datadir path
    
    beautifier -> beautifier_plugin
    
    This is the location we search for the config
    files in the code.

 plugins/beautifier/meson.build |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/beautifier/meson.build b/plugins/beautifier/meson.build
index 90f03b8..3eea01a 100644
--- a/plugins/beautifier/meson.build
+++ b/plugins/beautifier/meson.build
@@ -20,7 +20,7 @@ beautifier_sources = [
   'gb-beautifier-editor-addin.h',
 ]
 
-beautifier_datadir = join_paths(get_option('prefix'), plugindatadir, 'beautifier')
+beautifier_datadir = join_paths(get_option('prefix'), plugindatadir, 'beautifier_plugin')
 shared_module('beautifier_plugin', beautifier_sources,
   dependencies: plugin_deps,
   link_args: plugin_link_args,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]