From 5c403fbaa6d27b0453e0582d64d356fee76d6f79 Mon Sep 17 00:00:00 2001 From: peilixia Date: Fri, 16 Sep 2022 10:20:28 +0800 Subject: [PATCH] add segment and destpath to commonlibrary_c_utils Signed-off-by: peilixia --- bundle.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bundle.json b/bundle.json index 25fd9b0..7d4d867 100644 --- a/bundle.json +++ b/bundle.json @@ -3,6 +3,9 @@ "version": "3.1.0", "description": "c_utils", "publishAs": "code-segment", + "segment": { + "destpath": "commonlibrary/c_utils" + }, "scripts": { "install": "DEST_PATH=${DEP_BUNDLE_BASE}/commonlibrary/c_utils/base && mkdir -p $DEST_PATH && cp -r ./* $DEST_PATH" }, -- Gitee