From 2023579e885d776afbef4d0af0248cbcc1a7ebed Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 14 Aug 2012 10:49:34 +0200 Subject: Correcting typo in binary_syslinux when writing the flavour name to the config files (Closes: #684865). --- scripts/build/lb_binary_syslinux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build/lb_binary_syslinux b/scripts/build/lb_binary_syslinux index 548cafd98..ab61ddc01 100755 --- a/scripts/build/lb_binary_syslinux +++ b/scripts/build/lb_binary_syslinux @@ -218,7 +218,7 @@ then mv binary/live/vmlinuz-* binary/live/vmlinuz mv binary/live/initrd.img-* binary/live/initrd.img - sed -e "s|@FLAVOUR@|${LB_LINUX_FLAVOUR}|g" \ + sed -e "s|@FLAVOUR@|${LB_LINUX_FLAVOURS}|g" \ -e "s|@KERNEL@|/live/vmlinuz|g" \ -e "s|@INITRD@|/live/initrd.img|g" \ -e "s|@LB_BOOTAPPEND_LIVE@|${LB_BOOTAPPEND_LIVE}|g" \ -- cgit v1.2.3