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