Enable pathspecs
This commit is contained in:
parent
13ac43057b
commit
ff6bea78b4
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ if test x"${efi_dir}" != x; then
|
|||
fi
|
||||
|
||||
# build iso image
|
||||
xorrisofs ${grub_mkisofs_arguments} --protective-msdos-label -o ${output_image} -r ${iso9660_dir} ${source}
|
||||
xorriso -pathspecs on -as mkisofs ${grub_mkisofs_arguments} --protective-msdos-label -o ${output_image} -r ${iso9660_dir} ${source}
|
||||
rm -rf ${iso9660_dir}
|
||||
|
||||
rm -f ${embed_img}
|
||||
|
|
Loading…
Reference in a new issue