]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* util/grub-install.in: Check for themes/starfield/theme.txt and not
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sat, 10 Mar 2012 11:33:52 +0000 (12:33 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sat, 10 Mar 2012 11:33:52 +0000 (12:33 +0100)
themes/starfield.

ChangeLog
util/grub-install.in

index e3c7a7bc79b808526c521bead79509c699c919b9..114f1a4e7fc628ad5b860bda8bb00bd43c877575 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-03-10  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * util/grub-install.in: Check for themes/starfield/theme.txt and not
+       themes/starfield.
+
 2012-03-10  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * grub-core/gnulib/regcomp.c (regerror): Fix out-of-range array lookup.
index 83ca9ef33268a382574b14b5a6f80e9442db2d55..9c1d1338b2ed61a08e8d14021659c22676065b94 100644 (file)
@@ -529,7 +529,7 @@ for dir in "${localedir}"/*; do
     fi
 done
 
-if test -d "${pkgdatadir}"/themes/starfield; then
+if test -f "${pkgdatadir}"/themes/starfield/theme.txt; then
     mkdir -p "${grubdir}"/themes/starfield
     cp "${pkgdatadir}"/themes/starfield/* "${grubdir}"/themes/starfield
 fi