X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=blobdiff_plain;f=scripts%2Fdebian%2Fupdate-ftpstats;h=f135d02e84b25f6fbd22c64195f0f93bbfeef4ea;hp=ba3c25be2d884d39c841ac7fc64d52c205fef563;hb=13719603e2224ccebedeec872ea98872f6bfdb0a;hpb=4ba12d4b23d87194df5e415f58608b99ab6fd50a diff --git a/scripts/debian/update-ftpstats b/scripts/debian/update-ftpstats index ba3c25be..f135d02e 100755 --- a/scripts/debian/update-ftpstats +++ b/scripts/debian/update-ftpstats @@ -8,8 +8,8 @@ use IO::Uncompress::AnyUncompress ":all"; my %data; my %data2; my @archs = ("source", "all", "amd64", "arm64", "i386", "alpha", "arm", "armel", "armhf", "hppa", - "hurd-i386", "ia64", "kfreebsd-amd64", "kfreebsd-i386", "mips", "mipsel", "powerpc", "s390", - "s390x", "sparc"); + "hurd-i386", "ia64", "kfreebsd-amd64", "kfreebsd-i386", "mips", "mipsel", "powerpc", + "ppc64el", "s390", "s390x", "sparc"); for my $file (@ARGV) { my $FH = new IO::Uncompress::AnyUncompress $file, Transparent => 1