mirror of https://gitee.com/openkylin/casper.git
添加BUILD_SYSTEM=Openkylin
This commit is contained in:
parent
3db3b16759
commit
c80e77c296
|
@ -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匹配不上的问题
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in New Issue