[sysprof] build: Move meson post install script to build-aux



commit 41f29e03cef53ec061527af06bda811206698cd8
Author: Patrick Griffis <tingping tingping se>
Date:   Mon Dec 12 19:06:47 2016 -0500

    build: Move meson post install script to build-aux

 .../meson_post_install.sh                          |    0
 meson.build                                        |    2 +-
 2 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meson_post_install.sh b/build-aux/meson_post_install.sh
similarity index 100%
rename from meson_post_install.sh
rename to build-aux/meson_post_install.sh
diff --git a/meson.build b/meson.build
index 9cbe7d1..4ac3934 100644
--- a/meson.build
+++ b/meson.build
@@ -119,4 +119,4 @@ subdir('data')
 subdir('help')
 subdir('po')
 
-meson.add_install_script('meson_post_install.sh')
+meson.add_install_script('build-aux/meson_post_install.sh')


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