summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-01-25 20:32:31 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-01-25 20:32:31 +0900
commit38e7d6867f874db7154cc863c8cabece1c6d23c2 (patch)
tree064e8098b18cba09a0b498133bbd612db22056af
parent8a3d414a6f207763a9960113c79275956ec96027 (diff)
downloaddefinitions-38e7d6867f874db7154cc863c8cabece1c6d23c2.tar.gz
Added integration commands for the platform and SDK
-rw-r--r--gnome-platform.bst4
-rw-r--r--gnome-sdk.bst7
2 files changed, 11 insertions, 0 deletions
diff --git a/gnome-platform.bst b/gnome-platform.bst
index 4d546c3a..caeb958e 100644
--- a/gnome-platform.bst
+++ b/gnome-platform.bst
@@ -8,3 +8,7 @@ sources:
ref: b8cefee73336be957b195a797c454808307ff853f811771d5e577f071b5540e4
config:
source: files
+public:
+ bst:
+ integration-commands:
+ - ldconfig
diff --git a/gnome-sdk.bst b/gnome-sdk.bst
index b40be4e6..6d990831 100644
--- a/gnome-sdk.bst
+++ b/gnome-sdk.bst
@@ -9,3 +9,10 @@ sources:
config:
source: files
target: usr
+public:
+ bst:
+ integration-commands:
+ - |
+ if [ -d "/app/share/glib-2.0/schemas" ]; then
+ glib-compile-schemas /app/share/glib-2.0/schemas
+ fi