添加BUILD_SYSTEM=Openkylin

This commit is contained in:
liushanwen 2024-10-11 15:16:02 +08:00
parent 3db3b16759
commit c80e77c296
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
casper (1.445-ok11.4) nile; urgency=medium
* 添加BUILD_SYSTEM = Openkylin编译环境
-- liushanwen <liushanwen@kylinos.cn> Fri, 11 Oct 2024 15:14:24 +0800
casper (1.445-ok11.3) nile; urgency=medium
* 修复openkylin 编译casper时获取BUILD_SYSTEM名称与casper-help匹配不上的问题

View File

@ -1,6 +1,6 @@
## Casper helper functions, used by casper on boot and by casper-snapshot
if [ "${BUILD_SYSTEM}" = "Debian" ] || [ "${BUILD_SYSTEM}" = "Ubuntu" ] || [ "${BUILD_SYSTEM}" = "Kylin" ] || [ "${BUILD_SYSTEM}" = "openKylin" ]; then
if [ "${BUILD_SYSTEM}" = "Debian" ] || [ "${BUILD_SYSTEM}" = "Ubuntu" ] || [ "${BUILD_SYSTEM}" = "Kylin" ] || [ "${BUILD_SYSTEM}" = "openKylin" ] || [ "${BUILD_SYSTEM}" = "Openkylin" ]; then
MP_QUIET="-q"
else
MP_QUIET=""