* 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
|
@ -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…
Add table
Add a link
Reference in a new issue