[util-iso-image] add a msg

This commit is contained in:
udeved 2015-06-10 17:15:37 +02:00
parent c6250ec10f
commit 82f5cb32e9

View file

@ -205,7 +205,10 @@ detect_desktop_env(){
configure_mhwd(){
if [[ ${arch} == "x86_64" ]];then
! ${multilib} && echo 'MHWD64_IS_LIB32="false"' > $1/etc/mhwd-x86_64.conf
if ! ${multilib};then
msg2 "Disable mhwd lib32 support ..."
echo 'MHWD64_IS_LIB32="false"' > $1/etc/mhwd-x86_64.conf
fi
fi
}