The fix for popularity-contest is trivial. rvandegr...@malaclypse:/usr/sbin$ diff -u popularity-contest popularity-contest.orig --- popularity-contest 2009-06-11 09:42:14.000000000 -0400 +++ popularity-contest.orig 2009-06-11 09:42:08.000000000 -0400 @@ -55,7 +55,7 @@ } # Architecture. -my $debarch = `dpkg --print-architecture`; +my $debarch = `dpkg --print-installation-architecture`; chomp $debarch; # Popcon release
Ross -- Ross Vandegrift [email protected] "If the fight gets hot, the songs get hotter. If the going gets tough, the songs get tougher." --Woody Guthrie -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

