diff --git a/contrib/scripts/install_prereq b/contrib/scripts/install_prereq index 22fb3f79ef5c9f486bbe2e2ce4e6fe128d387798..0cb0782bab2ee3948e83cc866409c85a7880bcc4 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.