File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -747,14 +747,14 @@ make_syslinux() {
747747 mkdir -p " ${isofs_dir} /syslinux"
748748
749749 # 一時ディレクトリに設定ファイルをコピー
750- mkdir -p " ${build_dir} /${arch} / syslinux/"
750+ mkdir -p " ${build_dir} /syslinux/"
751751 cp -a " ${script_path} /syslinux/" * " ${build_dir} /${arch} /syslinux/"
752752 if [[ -d " ${channel_dir} /syslinux" ]] && [[ " ${customized_syslinux} " = true ]]; then
753- cp -af " ${channel_dir} /syslinux" * " ${build_dir} /${arch} / syslinux/"
753+ cp -af " ${channel_dir} /syslinux" * " ${build_dir} /syslinux/"
754754 fi
755755
756756 # copy all syslinux config to work dir
757- for _cfg in ${build_dir} /${arch} / syslinux/* .cfg; do
757+ for _cfg in " ${build_dir} /syslinux/" * .cfg; do
758758 sed " s|%ARCHISO_LABEL%|${iso_label} |g;
759759 s|%OS_NAME%|${os_name} |g;
760760 s|%KERNEL_FILENAME%|${kernel_filename} |g;
You can’t perform that action at this time.
0 commit comments