updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / tmake / tmakepath.patch
blob881ed9d8bf9bd0435dc8e0102fa1f101298a2eb3
1 --- tmake-2.12/bin/tmake 2004-02-29 19:20:41.000000000 +0100
2 +++ tmake-2.12/bin/tmake 2009-03-01 04:18:16.000000000 +0100
3 @@ -100,7 +100,7 @@
4 . $ENV{"HOME"} . "/.tmake/;"
5 . $tmake_dir . "lib/$ENV{'TMAKEPATH'};"
6 . $tmake_dir . "lib/$gcc_platform;"
7 - . $tmake_dir . "/usr/lib/tmake-$TMAKE_VERSION/$gcc_platform;";
8 + . "/usr/lib/tmake-$TMAKE_VERSION/$gcc_platform;";
10 my $tmake_conf_path = &find_template("tmake.conf");
11 my $tmake_dir = $tmake_conf_path;