1 Star 0 Fork 29

leon wang/supermin

forked from src-openEuler/supermin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0003-ctyunos-support-patch.patch 1.09 KB
一键复制 编辑 原始数据 按行查看 历史
leon wang 提交于 2023-02-02 16:31 . add ctyunos support
From 9b5f8924faa1f6f4bd6e11f8dcd28b9d88799904 Mon Sep 17 00:00:00 2001
From: Leon Wang <wangl29@chinatelecom.cn>
Date: Tue, 27 Dec 2022 17:13:19 +0800
Subject: [PATCH] ctyunos support patch
---
src/ph_rpm.ml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/ph_rpm.ml b/src/ph_rpm.ml
index 549bd9a..a262ba4 100644
--- a/src/ph_rpm.ml
+++ b/src/ph_rpm.ml
@@ -32,10 +32,12 @@ let stringset_of_list pkgs =
let fedora_detect () =
Config.rpm <> "no" && Config.rpm2cpio <> "no" && rpm_is_available () &&
(Config.yumdownloader <> "no" || Config.dnf <> "no") &&
- (List.mem (Os_release.get_id ()) [ "fedora"; "rhel"; "centos"; "openEuler" ] ||
+ (List.mem (Os_release.get_id ()) [ "fedora"; "rhel"; "centos"; "openEuler"; "uos"; "ctyunos" ] ||
try
(stat "/etc/redhat-release").st_kind = S_REG ||
(stat "/etc/fedora-release").st_kind = S_REG ||
+ (stat "/etc/UnionTech-release").st_kind = S_REG ||
+ (stat "/etc/ctyunos-release").st_kind = S_REG ||
(stat "/etc/openEuler-release").st_kind = S_REG
with Unix_error _ -> false)
--
2.31.1
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wonleing/supermin.git
git@gitee.com:wonleing/supermin.git
wonleing
supermin
supermin
master

搜索帮助