fix: ...
This commit is contained in:
@@ -123,15 +123,23 @@ makebe() {
|
|||||||
./build.sh ${be_args[@]}
|
./build.sh ${be_args[@]}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
post_makepkg() {
|
||||||
|
cd ${builddir}
|
||||||
|
git checkout debbuild/DEBIAN/
|
||||||
|
git checkout debbuild/22.04/DEBIAN/
|
||||||
|
}
|
||||||
|
|
||||||
case "${m_arg}" in
|
case "${m_arg}" in
|
||||||
fe)
|
fe)
|
||||||
makefe
|
makefe
|
||||||
;;
|
;;
|
||||||
all)
|
all)
|
||||||
makefe
|
makefe
|
||||||
makebe
|
makebe
|
||||||
|
post_makepkg
|
||||||
;;
|
;;
|
||||||
be | *)
|
be | *)
|
||||||
makebe
|
makebe
|
||||||
|
post_makepkg
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
Reference in New Issue
Block a user