File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ build-lite: .check-env
8181dist : build
8282 $(call log,DIST,Layout: $(FULL_PATH ) )
8383 @rm -rf " $( FULL_PATH) "
84- @mkdir -p " $( FULL_PATH) /" { bin, conf, logs, data/cache/python-runner}
84+ @mkdir -p " $( FULL_PATH) /bin" " $( FULL_PATH ) / conf" " $( FULL_PATH ) / logs" " $( FULL_PATH ) / data/cache/python-runner"
8585 @cp " $( TARGET_DIR) /$( APP_NAME) " " $( FULL_PATH) /bin/"
8686 @cp bin/* " $( FULL_PATH) /bin/"
8787 @cp " $( WASM_SOURCE) " " $( FULL_PATH) /data/cache/python-runner/"
@@ -96,7 +96,7 @@ dist: build
9696dist-lite : build-lite
9797 $(call log,DIST,Layout: $(LITE_PATH ) )
9898 @rm -rf " $( LITE_PATH) "
99- @mkdir -p " $( LITE_PATH) /" { bin, conf, logs, data}
99+ @mkdir -p " $( LITE_PATH) /bin" " $( LITE_PATH ) / conf" " $( LITE_PATH ) / logs" " $( LITE_PATH ) / data"
100100 @cp " $( TARGET_DIR) /$( APP_NAME) " " $( LITE_PATH) /bin/"
101101 @cp bin/* " $( LITE_PATH) /bin/"
102102 @cp conf/config.yaml " $( LITE_PATH) /conf/config.yaml" 2> /dev/null || true
You can’t perform that action at this time.
0 commit comments