* util/grub-install.in: Check for themes/starfield/theme.txt and not
themes/starfield.
This commit is contained in:
parent
c8f778a044
commit
005f46c94a
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
2012-03-10 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* grub-core/gnulib/regcomp.c (regerror): Fix out-of-range array lookup.
|
* grub-core/gnulib/regcomp.c (regerror): Fix out-of-range array lookup.
|
||||||
|
|
|
@ -529,7 +529,7 @@ for dir in "${localedir}"/*; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
if test -d "${pkgdatadir}"/themes/starfield; then
|
if test -f "${pkgdatadir}"/themes/starfield/theme.txt; then
|
||||||
mkdir -p "${grubdir}"/themes/starfield
|
mkdir -p "${grubdir}"/themes/starfield
|
||||||
cp "${pkgdatadir}"/themes/starfield/* "${grubdir}"/themes/starfield
|
cp "${pkgdatadir}"/themes/starfield/* "${grubdir}"/themes/starfield
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue