Skip to content
Snippets Groups Projects
Commit 218f68ea authored by Victor Chong's avatar Victor Chong Committed by Jérôme Forissier
Browse files

hikey_debian: Copy CAs to the proper location


Commit 584efe5b ("examples: use optee_examples rep") copies CAs to a wrong
location.

Signed-off-by: default avatarVictor Chong <victor.chong@linaro.org>
Reviewed-by: default avatarIgor Opaniuk <igor.opaniuk@linaro.org>
parent 1ade015f
No related branches found
No related tags found
No related merge requests found
...@@ -370,7 +370,7 @@ deb: prepare xtest optee-examples optee-client ...@@ -370,7 +370,7 @@ deb: prepare xtest optee-examples optee-client
cp -f $(OPTEE_TEST_OUT_PATH)/xtest/xtest . cp -f $(OPTEE_TEST_OUT_PATH)/xtest/xtest .
@if [ -e $(OPTEE_EXAMPLES_PATH)/out/ca ]; then \ @if [ -e $(OPTEE_EXAMPLES_PATH)/out/ca ]; then \
for example in $(OPTEE_EXAMPLES_PATH)/out/ca/*; do \ for example in $(OPTEE_EXAMPLES_PATH)/out/ca/*; do \
cp -f $$example .; \ cp -f $$example $(DEBPKG_BIN_PATH)/; \
done; \ done; \
fi fi
@mkdir -p $(DEBPKG_LIB_PATH) && cd $(DEBPKG_LIB_PATH) && \ @mkdir -p $(DEBPKG_LIB_PATH) && cd $(DEBPKG_LIB_PATH) && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment