1
0
This commit is contained in:
zhangsz
2025-04-15 15:14:09 +08:00
parent fdcf8be579
commit 1d29e002f3

View File

@@ -123,15 +123,23 @@ makebe() {
./build.sh ${be_args[@]}
}
post_makepkg() {
cd ${builddir}
git checkout debbuild/DEBIAN/
git checkout debbuild/22.04/DEBIAN/
}
case "${m_arg}" in
fe)
makefe
;;
all)
makefe
makebe
makebe
post_makepkg
;;
be | *)
makebe
makebe
post_makepkg
;;
esac