• R/O
  • HTTP
  • SSH
  • HTTPS

alterlinux: 提交

GitHubのミラーです
https://github.com/FascodeNet/alterlinux


Commit MetaInfo

修订版459e43707ecb97bb50c77538b828b8b2941ca511 (tree)
时间2021-03-11 19:05:02
作者hayao <hayao@fasc...>
Commiterhayao

Log Message

[fix] : Fixed empty alteriso-info

更改概述

差异

--- a/build.sh
+++ b/build.sh
@@ -1006,7 +1006,7 @@ make_prepare() {
10061006 if [[ -d "${script_path}/.git" ]] && [[ "${gitversion}" = false ]]; then
10071007 _version="${iso_version}-$(git rev-parse --short HEAD)"
10081008 fi
1009- "${tools_dir}/alteriso-info.sh" -a "${arch}" -b "${boot_splash}" -c "${channel_name%.add}" -d "${iso_publisher}" -k "${kernel}" -o "${os_name}" -p "${password}" -u "${username}" -v "${_version}"
1009+ "${tools_dir}/alteriso-info.sh" -a "${arch}" -b "${boot_splash}" -c "${channel_name%.add}" -d "${iso_publisher}" -k "${kernel}" -o "${os_name}" -p "${password}" -u "${username}" -v "${_version}" > "${_info_file}"
10101010 fi
10111011 }
10121012
Show on old repository browser