[gnome-dictionary/ebassi/for-master: 7/11] Move post-install.sh script to build-aux/meson
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-dictionary/ebassi/for-master: 7/11] Move post-install.sh script to build-aux/meson
- Date: Mon, 21 Sep 2020 21:02:28 +0000 (UTC)
commit 31d30a5c5fb1c2b4921cf7c8e37dcf4ad92d612d
Author: Emmanuele Bassi <ebassi gnome org>
Date: Mon Sep 21 19:57:46 2020 +0100
Move post-install.sh script to build-aux/meson
Another idiomatic build change.
build-aux/{ => meson}/post-install.sh | 0
meson.build | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/build-aux/post-install.sh b/build-aux/meson/post-install.sh
similarity index 100%
rename from build-aux/post-install.sh
rename to build-aux/meson/post-install.sh
diff --git a/meson.build b/meson.build
index 5142e3a..81aa1c1 100644
--- a/meson.build
+++ b/meson.build
@@ -141,4 +141,4 @@ subdir('data')
subdir('help')
# Post-installation trigger
-meson.add_install_script ('build-aux/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]