1 diff --git a/Rakefile b/Rakefile
2 index 8ba64b4..1b94d1d 100644
6 task :default => [:check_erl_version, :check_previous_install, :build, :test]
7 task :build => [:scanner, :parser, :reia, :ebin, :clean]
10 +PREFIX="../../pkg/usr"
13 version = `erl -version 2>&1`.strip.match(/\d\.\d\.\d$/)
14 @@ -14,7 +14,7 @@ def erlang_version
18 - `erl -noshell -eval "io:format(code:lib_dir())" -s init stop`
19 + "../../pkg/usr/lib/erlang/lib"
23 @@ -150,4 +150,4 @@ task :distclean => :clean do
26 task :ci => %w[distclean test]
28 \ No newline at end of file