[gnome-todo] build: Improve post install script indentation
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-todo] build: Improve post install script indentation
- Date: Mon, 26 Feb 2018 14:12:55 +0000 (UTC)
commit f4872c4f761760231a6a0cf9a3c3eeb4082891d0
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Sun Feb 25 22:36:45 2018 -0300
build: Improve post install script indentation
meson_post_install.py | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/meson_post_install.py b/meson_post_install.py
index bf320a9..b26c88a 100644
--- a/meson_post_install.py
+++ b/meson_post_install.py
@@ -8,8 +8,8 @@ icondir = os.path.join(install_prefix, 'share', 'icons', 'hicolor')
schemadir = os.path.join(install_prefix, 'share', 'glib-2.0', 'schemas')
if not os.environ.get('DESTDIR'):
- print('Update icon cache...')
- subprocess.call(['gtk-update-icon-cache', '-f', '-t', icondir])
+ print('Update icon cache...')
+ subprocess.call(['gtk-update-icon-cache', '-f', '-t', icondir])
- print('Compiling gsettings schemas...')
- subprocess.call(['glib-compile-schemas', schemadir])
+ print('Compiling gsettings schemas...')
+ subprocess.call(['glib-compile-schemas', schemadir])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]