[gnome-music/wip/jfelder/meson-post-conf-newline] meson: Add newline at end of meson_post_conf.py



commit ef18c661e4559c0a7ffd03f2189371b52300d882
Author: Jean Felder <jfelder src gnome org>
Date:   Fri Feb 8 09:36:25 2019 +0100

    meson: Add newline at end of meson_post_conf.py

 meson_post_conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson_post_conf.py b/meson_post_conf.py
index 8bf048cb..a5c21059 100755
--- a/meson_post_conf.py
+++ b/meson_post_conf.py
@@ -9,4 +9,4 @@ source_root = os.environ.get('MESON_SOURCE_ROOT')
 print('Install schemas in build dir...')
 subprocess.call(['glib-compile-schemas', source_root + '/data/'])
 subprocess.call(['mkdir', '-p', build_root + '/data/glib-2.0/schemas'])
-subprocess.call(['mv', source_root + '/data/gschemas.compiled', build_root + '/data/glib-2.0/schemas'])
\ No newline at end of file
+subprocess.call(['mv', source_root + '/data/gschemas.compiled', build_root + '/data/glib-2.0/schemas'])


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