Help for this page

Select Code to Download


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