summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/development/kyua-cli/kyua-cli.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/development/kyua-cli/kyua-cli.mk b/packages/development/kyua-cli/kyua-cli.mk
index bf300e3..31c4c76 100644
--- a/packages/development/kyua-cli/kyua-cli.mk
+++ b/packages/development/kyua-cli/kyua-cli.mk
@@ -43,3 +43,13 @@ KYUA-CLI_CONFIGURE_OPTS := --with-atf=no --with-doxygen=no
KYUA-CLI_DEPS := lutok_install kyua-testers_install
KYUA-CLI_DEPS += sqlite_install
+
+pembtk_kyua-cli_shared := misc store
+define embtk_postinstall_kyua-cli
+ rm -rf $(embtk_rootfs)/usr/share/kyua-cli
+ install -d $(embtk_rootfs)/usr/share/kyua-cli
+ for s in $(pembtk_kyua-cli_shared); do \
+ cp -R $(embtk_sysroot)/usr/share/kyua-cli/$$s \
+ $(embtk_rootfs)/usr/share/kyua-cli/$$s; \
+ done
+endef