Move Etch syslinux workaround closer to the original definitions
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
This commit is contained in:
parent
efa3d98166
commit
0d1122d0ab
@ -131,14 +131,6 @@ esac
|
||||
|
||||
Check_multiarchitecture
|
||||
|
||||
VMLINUZ_DI="vmlinuz"
|
||||
INITRD_DI="initrd.gz"
|
||||
DESTDIR_DI="${DESTDIR}"
|
||||
|
||||
VMLINUZ_GI="gtk/vmlinuz"
|
||||
INITRD_GI="gtk/initrd.gz"
|
||||
DESTDIR_GI="${DESTDIR}/gtk"
|
||||
|
||||
Install_file() {
|
||||
local FILE
|
||||
FILE="${1}"
|
||||
@ -170,6 +162,14 @@ Install_file() {
|
||||
cp "${FILE}" "${TARGET}"/"${LETTER}"/"${SOURCE}"
|
||||
}
|
||||
|
||||
VMLINUZ_DI="vmlinuz"
|
||||
INITRD_DI="initrd.gz"
|
||||
DESTDIR_DI="${DESTDIR}"
|
||||
|
||||
VMLINUZ_GI="gtk/vmlinuz"
|
||||
INITRD_GI="gtk/initrd.gz"
|
||||
DESTDIR_GI="${DESTDIR}/gtk"
|
||||
|
||||
# Workaround for syslinux (<< 3.36) which doesn't support long file/path names
|
||||
if [ "${LH_DISTRIBUTION}" = "etch" ]
|
||||
then
|
||||
|
Loading…
Reference in New Issue
Block a user