aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2007-02-09 06:41:36 +0800
committerolgeni <olgeni@FreeBSD.org>2007-02-09 06:41:36 +0800
commite8e9d6eb37fa52e1163cc61f5d719c7d51e402f7 (patch)
tree13dbf9bacb489ae06fbca4ba5e016adcc1f12ad8
parent02be32ee52c0cee25dfd500b4498373c0ec056bf (diff)
downloadfreebsd-ports-gnome-e8e9d6eb37fa52e1163cc61f5d719c7d51e402f7.tar.gz
freebsd-ports-gnome-e8e9d6eb37fa52e1163cc61f5d719c7d51e402f7.tar.zst
freebsd-ports-gnome-e8e9d6eb37fa52e1163cc61f5d719c7d51e402f7.zip
Fix dialyzer_init_plt path.
-rw-r--r--lang/erlang/files/patch-lib_dialyzer_src_dialyzer__cl__parse.erl2
-rw-r--r--lang/erlang14/files/patch-lib_dialyzer_src_dialyzer__cl__parse.erl2
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/erlang/files/patch-lib_dialyzer_src_dialyzer__cl__parse.erl b/lang/erlang/files/patch-lib_dialyzer_src_dialyzer__cl__parse.erl
index 1836f29dc22b..a02691d2d845 100644
--- a/lang/erlang/files/patch-lib_dialyzer_src_dialyzer__cl__parse.erl
+++ b/lang/erlang/files/patch-lib_dialyzer_src_dialyzer__cl__parse.erl
@@ -8,7 +8,7 @@ $FreeBSD$
init() ->
- InitPlt = filename:join([code:lib_dir(dialyzer), "plt","dialyzer_init_plt"]),
-+ InitPlt = filename:join([os:getenv ("HOME"), "plt","dialyzer_init_plt"]),
++ InitPlt = filename:join([os:getenv ("HOME"), ".dialyzer_init_plt"]),
put(dialyzer_init_plt, InitPlt),
put(dialyzer_only_check_init_plt, false),
put(dialyzer_options_gui, true),
diff --git a/lang/erlang14/files/patch-lib_dialyzer_src_dialyzer__cl__parse.erl b/lang/erlang14/files/patch-lib_dialyzer_src_dialyzer__cl__parse.erl
index 1836f29dc22b..a02691d2d845 100644
--- a/lang/erlang14/files/patch-lib_dialyzer_src_dialyzer__cl__parse.erl
+++ b/lang/erlang14/files/patch-lib_dialyzer_src_dialyzer__cl__parse.erl
@@ -8,7 +8,7 @@ $FreeBSD$
init() ->
- InitPlt = filename:join([code:lib_dir(dialyzer), "plt","dialyzer_init_plt"]),
-+ InitPlt = filename:join([os:getenv ("HOME"), "plt","dialyzer_init_plt"]),
++ InitPlt = filename:join([os:getenv ("HOME"), ".dialyzer_init_plt"]),
put(dialyzer_init_plt, InitPlt),
put(dialyzer_only_check_init_plt, false),
put(dialyzer_options_gui, true),