]> git.donarmstrong.com Git - wannabuild.git/commitdiff
fix another typo
authorAndreas Barth <aba@not.so.argh.org>
Tue, 25 May 2010 00:57:15 +0000 (00:57 +0000)
committerAndreas Barth <aba@not.so.argh.org>
Tue, 25 May 2010 00:57:15 +0000 (00:57 +0000)
bin/wanna-build

index b46eb2232a48096491c59153736e68f703216549..19276e66ea0ffb8860f022d8adc94b847f09edfc 100755 (executable)
@@ -2483,7 +2483,7 @@ sub call_edos_depcheck {
     }
     close $SOURCES;
 
-    my $edosresults = wb_edos_builddebcheck({'arch' => $arch, 'pkgs' => [$packagesfile], 'src' => $tmpfile});
+    my $edosresults = wb_edos_builddebcheck({'arch' => $arch, 'pkgs' => ($packagesfile), 'src' => $tmpfile});
     if (ref($edosresults) eq 'HASH') {
         foreach my $key (keys %$edosresults) {
                if (exists $interesting_packages{$key}) {