Changeset 1964 in ProjectBuilder


Ignore:
Timestamp:
May 28, 2015, 1:55:13 PM (9 years ago)
Author:
Bruno Cornec
Message:
  • Fix a bug in rpmbootstrap in ace of abbreviated desc on web page. We now use $pkg instead of truncated $desc (michel.promonet_at_thalesgroup.com)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/rpmbootstrap/bin/rpmbootstrap

    r1958 r1964  
    668668        my $url = $1;
    669669        pb_log(2,"Exiting rbs_find_pkg with url=$url and desc=$desc\n");
    670         return($url,$desc);
     670        return($url,$pkg);
    671671    } elsif (($type eq "dir") && ($pkg =~ /([0-z])\//)) {
    672672        my $url = $1;
Note: See TracChangeset for help on using the changeset viewer.