fix(build-linux): delete Sys folder before copy

e444dc8
This commit is contained in:
Nikhil Narayana 2023-07-15 10:09:41 -07:00 committed by David Liu
commit 123660e468

View file

@ -26,7 +26,8 @@ make -j$(nproc)
popd popd
# Copy the Sys folder in # Copy the Sys folder in
cp -r -n ${DATA_SYS_PATH} ${BINARY_PATH} rm -rf ${BINARY_PATH}/Sys
cp -r ${DATA_SYS_PATH} ${BINARY_PATH}
touch ./build/Binaries/portable.txt touch ./build/Binaries/portable.txt