mirror of
https://git.proxmox.com/git/grub2
synced 2025-07-09 22:58:07 +00:00
* util/grub-install.in: Check for themes/starfield/theme.txt and not
themes/starfield.
This commit is contained in:
parent
c8f778a044
commit
005f46c94a
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user