Avoid build error when building full set of multi-arch i386/amd64 DVDs

This commit is contained in:
Frans Pop 2008-12-05 14:12:04 +00:00
parent e1a73fde15
commit 3e2d5841be
1 changed files with 1 additions and 1 deletions

View File

@ -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