1
0

feat: psap portal

This commit is contained in:
zhangsz
2025-04-15 11:33:33 +08:00
parent e1f4eb6267
commit 4215a73c8c

View File

@@ -54,6 +54,13 @@ while getopts "m:r:c:d" option; do
if [ "${c_arg}" == "ba" ]; then
pkgtype="badeb"
be_args+=("${pkgtype}")
else if [ "${c_arg}" == "psap" ]; then
pkgtype="psapdeb"
be_args+=("${pkgtype}")
else
echo "Invalid option: -$OPTARG" >&2
usage
exit 2
fi
;;
\?)
@@ -107,7 +114,7 @@ makefe() {
}
makebe() {
cd ${builddir}
cd ${builddir}/bin
#chmod +x mkpkg.sh
chmod +x build.sh
./build.sh ${be_args[@]}