Avoid build error when building full set of multi-arch i386/amd64 DVDs
This commit is contained in:
parent
e1a73fde15
commit
3e2d5841be
|
@ -322,7 +322,7 @@ else
|
|||
add_mkisofs_opt $CDDIR/../$N.mkisofs_opts "-c boot/boot.catalog"
|
||||
add_mkisofs_opt $CDDIR/../$N.mkisofs_dirs "boot$N"
|
||||
else
|
||||
mkdir boot$N
|
||||
mkdir -p boot$N
|
||||
add_mkisofs_opt $CDDIR/../$N.mkisofs_opts "-J -joliet-long"
|
||||
add_mkisofs_opt $CDDIR/../$N.mkisofs_opts "-cache-inodes"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue