]> git.proxmox.com Git - grub2.git/commitdiff
* tests/util/grub-shell.in: Copy themes.
authorVladimir Serbinenko <phcoder@gmail.com>
Sat, 2 Nov 2013 18:17:25 +0000 (19:17 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Sat, 2 Nov 2013 18:17:25 +0000 (19:17 +0100)
ChangeLog
tests/util/grub-shell.in

index 243e4e9ccd60be293d1b76bbfaee5ac092478871..12ee155b8144b35988d77cffa2ef63bd7fdce912 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-11-02  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * tests/util/grub-shell.in: Copy themes.
+
 2013-11-02  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * util/grub-mkimagexx.c (locate_sections): Reject mislinked images.
index 5c31b0694596a5cbc37c9574d48e3c648a7ee284..16d9af2292707c64f10b0aa34af502ab90d5c068 100644 (file)
@@ -346,6 +346,7 @@ if test -z "$debug"; then
 fi
 
 if [ x$boot != xnet ] && [ x$boot != xemu ]; then
+    cp -R "@srcdir@/themes" "@builddir@"
     pkgdatadir="@builddir@" sh "@builddir@/grub-mkrescue" "--grub-mkimage=${builddir}/grub-mkimage" "--grub-render-label=${builddir}/grub-render-label" "--output=${isofile}" "--override-directory=${builddir}/grub-core" \
        --rom-directory="${rom_directory}" "--grub-mkimage-extra=$mkimage_extra_arg" ${mkrescue_args} \
        "/boot/grub/grub.cfg=${cfgfile}" "/boot/grub/testcase.cfg=${source}" \