From 5cfd66788e02aca6307e6babbbbe9b5165df7bf2 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 17 Apr 2012 21:52:07 +0000 Subject: Correcting destination directory for extraction of the gfxboot-theme in ubuntu mode. --- scripts/build/lb_binary_syslinux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build') diff --git a/scripts/build/lb_binary_syslinux b/scripts/build/lb_binary_syslinux index 391c86026..621c9f070 100755 --- a/scripts/build/lb_binary_syslinux +++ b/scripts/build/lb_binary_syslinux @@ -149,7 +149,7 @@ case "${LB_BUILD_WITH_CHROOT}" in case "${LB_MODE}" in ubuntu) - Chroot chroot "tar xfz /usr/share/gfxboot-theme-ubuntu/bootlogo.tar.gz -C /root/tmp" + Chroot chroot "tar xfz /usr/share/gfxboot-theme-ubuntu/bootlogo.tar.gz -C /root/$(basename ${_SOURCE}).tmp" ;; esac -- cgit v1.2.3