Correcting destination directory for extraction of the gfxboot-theme in ubuntu mode.

This commit is contained in:
Daniel Baumann 2012-04-17 21:52:07 +00:00
parent 02a0e0b64f
commit 5cfd66788e
1 changed files with 1 additions and 1 deletions

View File

@ -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