#!/bin/bash if [ "$1" == "--help" ]; then echo "packages not ported to i686 or not explicitly disabled on i686" exit 1 fi python ../tools/checkpkgs -b -n|grep "\[-\] i686" |sed 's/\([^ ]*\) *\([^ ]*\) .*/\2\/\1/'