mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
* Fixed typo, Closes: #60424
This commit is contained in:
@@ -19,7 +19,7 @@ sub FixFields { my ($self,%fields)=@_;
|
||||
foreach $field ('POSTINST', 'POSTRM', 'PREINST', 'PRERM') {
|
||||
if ($fields{$field}) {
|
||||
# Rpm expands %S, so escape such things.
|
||||
` my $f = pack("u",$fields{$field});
|
||||
my $f = pack("u",$fields{$field});
|
||||
$f =~ s/%/%%/g;
|
||||
$fields{$field}=
|
||||
"set -e\n".
|
||||
|
||||
Reference in New Issue
Block a user