From: <mr...@mr...> - 2004-06-10 22:14:35
|
# This is a BitKeeper generated diff -Nru style patch. # # ChangeSet # 2004/06/10 23:50:43+02:00 mr...@fo... = # find interfaces more easily # packages installed with the same prefix should not require TC2_INTERFACE_PATH # = # tools/tc2make # 2004/06/10 23:50:43+02:00 mr...@fo... +1 -0 # search for interfaces in all promising directories with our prefix # = diff -Nru a/tools/tc2make b/tools/tc2make --- a/tools/tc2make 2004-06-11 00:14:24 +02:00 +++ b/tools/tc2make 2004-06-11 00:14:24 +02:00 @@ -65,6 +65,7 @@ = push @ifpath, split (/:/, $ENV{TC2_INTERFACE_PATH}), $options{srcdir}; push @ifpath, "$prefix/share/tc2/interfaces"; +push @ifpath, grep -d, glob "$prefix/share/*/interfaces"; = my @dirs; my $package; |