We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59b0998 commit 5a17460Copy full SHA for 5a17460
build.sh
@@ -748,7 +748,7 @@ make_syslinux() {
748
749
# 一時ディレクトリに設定ファイルをコピー
750
mkdir -p "${build_dir}/syslinux/"
751
- cp -a "${script_path}/syslinux/"* "${build_dir}/${arch}/syslinux/"
+ cp -a "${script_path}/syslinux/"* "${build_dir}/syslinux/"
752
if [[ -d "${channel_dir}/syslinux" ]] && [[ "${customized_syslinux}" = true ]]; then
753
cp -af "${channel_dir}/syslinux"* "${build_dir}/syslinux/"
754
fi
0 commit comments