mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
* Fixed an unfortunate typo in Rpm.pm, Closes: #140742
This commit is contained in:
@@ -98,7 +98,7 @@ sub scan {
|
||||
|
||||
# Get the filelist.
|
||||
$this->filelist([map { chomp; $_ } `LANG=C rpm -qpl $file`]);
|
||||
if (defined $this->filelist->[0] &&&
|
||||
if (defined $this->filelist->[0] &&
|
||||
$this->filelist->[0] eq '(contains no files)') {
|
||||
$this->filelist([]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user