diff --git a/bundle.json b/bundle.json index 25fd9b000bd28f4da2eb85446947c756f4cdd799..7d4d8670d2738810cd13b4643fea2967aa28a80b 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" },