[Popcon-commits] cvs commit to popularity-contest by ballombe

ballombe at cvs.alioth.debian.org ballombe at cvs.alioth.debian.org
Sat Jun 13 14:06:29 UTC 2009


Update of /cvsroot/popcon/popularity-contest
In directory alioth:/tmp/cvs-serv15225

Modified Files:
	popularity-contest 
Log Message:
use "dpkg --print-architecture" instead of
    "dpkg --print-installation-architecture". Closes: #529393


Index: popularity-contest
===================================================================
RCS file: /cvsroot/popcon/popularity-contest/popularity-contest,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- popularity-contest	13 Jan 2008 13:27:44 -0000	1.23
+++ popularity-contest	13 Jun 2009 14:06:25 -0000	1.24
@@ -55,7 +55,7 @@
 }
 
 # Architecture.
-my $debarch = `dpkg --print-installation-architecture`;
+my $debarch = `dpkg --print-architecture`;
 chomp $debarch;
 
 # Popcon release




More information about the Popcon-commits mailing list