fix path for ldlinux.c32
This fixes the path for ldlinux.c32. It should be in the absolute
path /usr/..., not the relative path usr/...
Related-Bug: #1694394
This is a followup to ead3b90655
Change-Id: I0aaae7e337b1ac631f789c11b3bf6e944e395456
This commit is contained in:
parent
ead3b90655
commit
a7ffa7db98
@ -119,7 +119,7 @@ fi
|
||||
v_print "Copying ldlinux.c32"
|
||||
if [ -f /usr/share/syslinux/ldlinux.c32 ]
|
||||
then
|
||||
cp usr/share/syslinux/ldlinux.c32 "$TMP_IMAGE_DIR/isolinux"
|
||||
cp /usr/share/syslinux/ldlinux.c32 "$TMP_IMAGE_DIR/isolinux"
|
||||
elif [ -f /usr/lib/syslinux/modules/bios/ldlinux.c32 ]
|
||||
then
|
||||
cp /usr/lib/syslinux/modules/bios/ldlinux.c32 "$TMP_IMAGE_DIR/isolinux"
|
||||
|
Loading…
Reference in New Issue
Block a user