Correcting destination directory for extraction of the gfxboot-theme in ubuntu mode.
This commit is contained in:
parent
02a0e0b64f
commit
5cfd66788e
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue