[bijiben] project: Move meson script to build-aux



commit 023a22995b9af8456409b9635259ee6383227ad9
Author: Mohammed Sadiq <sadiq sadiqpk org>
Date:   Sun Feb 4 08:08:39 2018 +0530

    project: Move meson script to build-aux
    
    https://bugzilla.gnome.org/show_bug.cgi?id=793154

 .../meson_post_install.py                          |    0
 meson.build                                        |    2 +-
 2 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meson_post_install.py b/build-aux/meson_post_install.py
similarity index 100%
rename from meson_post_install.py
rename to build-aux/meson_post_install.py
diff --git a/meson.build b/meson.build
index d7698f5..f4b1464 100644
--- a/meson.build
+++ b/meson.build
@@ -139,7 +139,7 @@ configure_file(
 )
 
 meson.add_install_script(
-  'meson_post_install.py',
+  'build-aux/meson_post_install.py',
   bijiben_datadir,
   get_option('update_mimedb') ? 'update_mimedb' : ''
 )


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