* Fixed typo, Closes: #60424

This commit is contained in:
joey
2000-03-15 04:31:25 +00:00
parent 6f7dc901be
commit cd045e6c33
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@@ -1,3 +1,9 @@
alien (6.59) unstable; urgency=low
* Fixed typo, Closes: #60424
-- Joey Hess <joeyh@debian.org> Tue, 14 Mar 2000 20:30:01 -0800
alien (6.58) unstable; urgency=low alien (6.58) unstable; urgency=low
* Patch from Michael Barabanov <baraban@fsmlabs.com> to make -n work by * Patch from Michael Barabanov <baraban@fsmlabs.com> to make -n work by

View File

@@ -19,7 +19,7 @@ sub FixFields { my ($self,%fields)=@_;
foreach $field ('POSTINST', 'POSTRM', 'PREINST', 'PRERM') { foreach $field ('POSTINST', 'POSTRM', 'PREINST', 'PRERM') {
if ($fields{$field}) { if ($fields{$field}) {
# Rpm expands %S, so escape such things. # Rpm expands %S, so escape such things.
` my $f = pack("u",$fields{$field}); my $f = pack("u",$fields{$field});
$f =~ s/%/%%/g; $f =~ s/%/%%/g;
$fields{$field}= $fields{$field}=
"set -e\n". "set -e\n".