Axel Beckert pushed to branch master at lintian / lintian
Commits:
- 
f1c99de5
by Axel Beckert at 2024-02-04T21:13:09+01:00
1 changed file:
Changes:
| ... | ... | @@ -97,8 +97,8 @@ sub installable { | 
| 97 | 97 |      foreach my $lib_dir (qw(usr/lib lib)) {
 | 
| 98 | 98 |          if (
 | 
| 99 | 99 |              defined(
 | 
| 100 | -                my $dir =
 | |
| 101 | -                $processable->installed->resolve_path("$lib_dir/udev/rules.d/")
 | |
| 100 | +                my $dir = $processable->installed->resolve_path(
 | |
| 101 | +                    "$lib_dir/udev/rules.d/")
 | |
| 102 | 102 |              )
 | 
| 103 | 103 |          ) {
 | 
| 104 | 104 |              for my $item ($dir->descendants) {
 |