Skip to content

Commit

Permalink
One more place for @rpath or equivalent.
Browse files Browse the repository at this point in the history
  • Loading branch information
akhansen committed Nov 13, 2014
1 parent 53daec9 commit 55097dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions perlmod/Fink/Validation.pm
Expand Up @@ -1419,8 +1419,8 @@ sub validate_info_component {
$looks_good = 0;
next;
}
if (not $shlibs_parts[0] =~ /^(\%p)?\//) {
print "Warning: Pathname \"$shlibs_parts[0]\" is not absolute and is not in \%p in field \"shlibs\"$splitoff_field. ($filename)\n";
if (not $shlibs_parts[0] =~ /^(\%p|@[a-z,_]*path)?\//) {
print "Warning: Pathname \"$shlibs_parts[0]\" is not absolute and is not in \%p or a runtime path in field \"shlibs\"$splitoff_field. ($filename)\n";
$looks_good = 0;
}
if ($shlibs{$shlibs_parts[0]}++) {
Expand Down

0 comments on commit 55097dc

Please sign in to comment.