From 4bc25c840af400f083239fce17341db226fc55b5 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Tue, 4 Mar 2025 16:32:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20badeb=20=E4=B8=AD=E6=96=87=E5=AD=97?= =?UTF-8?q?=E7=AC=A6=E4=B8=B2=E6=9B=BF=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/build.sh b/build.sh index a5eed06..fde8b98 100755 --- a/build.sh +++ b/build.sh @@ -292,9 +292,6 @@ case "${pkgtype}" in chmod 755 ${DebBuildDir}/DEBIAN/postinst chmod 755 ${DebBuildDir}/DEBIAN/postrm cp -rf ${BuildDir}/* ${DebBuildDir}/ - cp -rf ${CustomizedDir}/ba.d/* ${DebBuildOMCDir}/static/omc.d - cp -rf ${CustomizedDir}/ba.d/logo/en_brand.png ${DebBuildOMCDir}/static/omc.d/logo/zh_brand.png - cp -rf ${CustomizedDir}/ba.d/logo/en_icon.png ${DebBuildOMCDir}/static/omc.d/logo/zh_icon.png cp -rf ${CustomizedDir}/ba.d ${DebBuildOMCDir}/static # replace Chinese character find "${DebBuildOMCDir}/etc/db" -type f -name '*.sql' -exec sed -i 's/[一-龥()“”,。?!]~·]//g' {} +