[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Directory /usr/share/{BOOTLOADER} ??



Daniel, can you take a quick look at the following and confirm that this
is a mistake please.

Lines 136-140 of binary_syslinux in the debian-next branch.

These lines are executed if LB_BUILD_WITH_CHROOT is false, and check
that the path "/usr/share/$(echo ${_BOOTLOADER} | tr [a-z] [A-Z])"
exists, issuing an error if not. I presume that this is meant as an
equivalent to the following:

Check_package chroot /usr/lib/$(echo ${_BOOTLOADER} | tr [a-z] [A-Z])
${_BOOTLOADER}

And thus trying to make sure that the necessary files will be there for
copying.

I presume '/usr/share/' is a mistake here and should be '/usr/lib/'...


Reply to: