Skip to content

Commit 5a17460

Browse files
committed
[fix] : Fixed cp error
1 parent 59b0998 commit 5a17460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ make_syslinux() {
748748

749749
# 一時ディレクトリに設定ファイルをコピー
750750
mkdir -p "${build_dir}/syslinux/"
751-
cp -a "${script_path}/syslinux/"* "${build_dir}/${arch}/syslinux/"
751+
cp -a "${script_path}/syslinux/"* "${build_dir}/syslinux/"
752752
if [[ -d "${channel_dir}/syslinux" ]] && [[ "${customized_syslinux}" = true ]]; then
753753
cp -af "${channel_dir}/syslinux"* "${build_dir}/syslinux/"
754754
fi

0 commit comments

Comments
 (0)