From: Michael Prokop Date: Fri, 19 Jun 2015 08:33:08 +0000 (+0200) Subject: Fix check for sylinux *.c32 files X-Git-Tag: v0.26.8~6 X-Git-Url: http://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=f50c895a926507183a16300dd460d3e71010cbe9 Fix check for sylinux *.c32 files We of course want to check the availability of the files inside the generated system and not rely on the building host. --- diff --git a/grml-live b/grml-live index 8040739..ccef89f 100755 --- a/grml-live +++ b/grml-live @@ -903,7 +903,7 @@ if [ "$ARCH" = i386 ] || [ "$ARCH" = amd64 ] ; then # copy _required_ isolinux files if [ -d "${CHROOT_OUTPUT}/usr/lib/ISOLINUX" ] ; then copy_addon_file isolinux.bin /usr/lib/ISOLINUX isolinux - for file in /usr/lib/syslinux/modules/bios/*.c32 ; do + for file in ${CHROOT_OUTPUT}/usr/lib/syslinux/modules/bios/*.c32 ; do copy_addon_file "$(basename "$file")" /usr/lib/syslinux/modules/bios/ isolinux done else # syslinux versions <= 3:4.05+dfsg-6+deb8u1