1
0

fix: build shell

This commit is contained in:
zhangsz
2025-06-21 12:06:27 +08:00
parent 9bf9ac6479
commit e594a5f19a
2 changed files with 407 additions and 3 deletions

View File

@@ -56,8 +56,8 @@ if [ ! -d ${GitLocalRoot} ]; then
exit 3
fi
ProjectL=psap
ProjectU=PSAP
ProjectL=omc
ProjectU=OMC
PROJECT=${ProjectL}
VERSION=1.2506.2
RelDate=`date +%Y%m%d`
@@ -355,7 +355,9 @@ case "${pkgtype}" in
echo "Finish to make ${pkgtype} package <======"
;;
psapdeb)
ProjectL="psap"
ProjectL="omc"
ProjectU="OMC"
ProjectTag="psap"
echo "Begin to make ${pkgtype} package ======>"
ReleasePkgDir=${ReleaseDir}/debs/${RelArch}
ProcList="restagent"