Guy Maor лет назад: 27
Родитель
Сommit
77d382dd95
1 измененных файлов с 3 добавлено и 2 удалено
  1. 3 2
      scripts/dpkg-scanpackages.pl

+ 3 - 2
scripts/dpkg-scanpackages.pl

@@ -148,10 +148,11 @@ while (<O>) {
     ($sectioncut = $section) =~ s:^[^/]*/::;
     if (length($psubdir{$p}) && $section ne $psubdir{$p} &&
 	$sectioncut ne $psubdir{$p}) {
-    if (length($psubdir{$p}) && $section ne $psubdir{$p}) {
+      if (length($psubdir{$p}) && $section ne $psubdir{$p}) {
         print(STDERR " !! Package $p has \`Section: $section',".
-                     " but file is in \`$psubdir{$p}' !!\n") || die $!;
+	      " but file is in \`$psubdir{$p}' !!\n") || die $!;
         $ouches++;
+      }
     }
     $o1{$p}= 1;
 }