aboutsummaryrefslogtreecommitdiff
path: root/bin/parse-packages
diff options
context:
space:
mode:
Diffstat (limited to 'bin/parse-packages')
-rwxr-xr-xbin/parse-packages3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/parse-packages b/bin/parse-packages
index 6f89070..a1c8d98 100755
--- a/bin/parse-packages
+++ b/bin/parse-packages
@@ -72,7 +72,8 @@ for my $suite (@SUITES) {
print "\tseems not to exist, skipping...\n";
next;
}
- open PKG, "zcat $TOPDIR/archive/$archive/$suite/$what/{,debian-installer/}binary-*/Packages.gz|";
+ open PKG, "zcat $TOPDIR/archive/$archive/$suite/$what/binary-*/Packages.gz"
+ . " $TOPDIR/archive/$archive/$suite/$what/debian-installer/binary-*/Packages.gz|";
while (<PKG>) {
next if /^\s*$/;
my $data = "";