From 19e2fa28e056e473d5463a5d56e25076dacaf7a9 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Wed, 10 Jul 2024 18:12:43 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E5=89=8D=E7=AB=AF=E7=9B=AE=E5=BD=95?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=90=8E=E9=87=8D=E5=BB=BA=E7=9B=AE=E5=BD=95?= =?UTF-8?q?=E5=90=8E=E5=A4=8D=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 5228b4f..107f66a 100644 --- a/build.sh +++ b/build.sh @@ -63,7 +63,7 @@ case "${pkgtype}" in # 前端dist文件 rm -rf ${RpmBuildDirOMCFront} - mkdir -p ${DebBuildDirOMCFront} + mkdir -p ${RpmBuildDirOMCFront} cp -rf ${EmsFEDir}/* ${RpmBuildDirOMCFront} echo '/*use nginx*/' | tee ${RpmBuildDirOMCFront}/config.js