- or download this
return ( $rh=$pkg->{'RPM_HDR'} and $dist=$rh->tag('DISTRIBUTION') )
? $pkg->{'DIST'}=$dist
: $pkg->{'DIST'}=$undef;
- or download this
return X ? $pkg->{'DIST'}=$dist : $pkg->{'DIST'}=$undef;
- or download this
return (X ? D=$dist : D ) = $undef;