Skip to content

Commit 120c6d7

Browse files
committed
[fix] : Fixed alteriso-info file
1 parent 63bfafb commit 120c6d7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -993,9 +993,9 @@ make_alteriso_info(){
993993
# iso version info
994994
if [[ "${include_info}" = true ]]; then
995995
local _info_file="${isofs_dir}/alteriso-info" _version="${iso_version}"
996-
#remove "${_info_file}"; touch "${_info_file}"
996+
remove "${_info_file}"; touch "${_info_file}"
997997
[[ -d "${script_path}/.git" ]] && [[ "${gitversion}" = false ]] && _version="${iso_version}-${gitrev}"
998-
"${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}" -m "$(printf "%s," "${modules[@]}")"
998+
"${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}" -m "$(printf "%s," "${modules[@]}")" > "${_info_file}"
999999
fi
10001000

10011001
return 0

0 commit comments

Comments
 (0)