Fixed mk-images.efi typo

This commit is contained in:
Tomasz Sterna 2011-01-18 04:26:06 -05:00
parent 4cecd1324a
commit 7ff1623d2d

View File

@ -189,7 +189,7 @@ prepareEfiTree() {
artpkg=$(repoquery --qf "%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}" -c $yumconf --whatprovides ${brandpkgname}-logos | grep -v generic-logos | head -1)
if [ -z "$artpkg" ]; then
argpkg="generic-logos"
artpkg="generic-logos"
fi
ydcmd="yumdownloader -c ${yumconf} ${artpkg}"