|
From: <mi...@mr...> - 2004-07-28 18:23:20
|
# 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-07-28 20:23:13 +02:00
+++ b/tools/tc2make 2004-07-28 20:23:13 +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;
|