[util-iso-boot] fix typo

This commit is contained in:
udeved 2015-07-04 20:46:38 +02:00
parent f917adf6ae
commit b8af0b7427

View file

@ -281,7 +281,7 @@ write_isomounts(){
echo '' >> $1
msg2 "Writing livecd entry ..."
echo "${arch}/livecd-image.sqfs ${arch} / squashfs" >> $1
if [[ -f Packages-mhwd ]] ; then
if [[ -f Packages-Mhwd ]] ; then
msg2 "Writing mhwd entry ..."
echo "${arch}/mhwd-image.sqfs ${arch} / squashfs" >> $1
fi