diff --git a/contrib/scripts/install_prereq b/contrib/scripts/install_prereq index 22fb3f79ef..0cb0782bab 100755 --- a/contrib/scripts/install_prereq +++ b/contrib/scripts/install_prereq @@ -55,7 +55,8 @@ check_installed_debs() { tocheck="${tocheck} ^${pack}$" done aptitude -F '%c %p' search ${tocheck} 2>/dev/null \ - | awk '/^p/{print $2}' + | awk '/^p/{print $2}' \ + | grep -v ':i386$' } # parsing the output of yum is close to impossible.