updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / reia-git / install.patch
blob1576cf0d7f4d67c60f1ecbdc65cf2af03fa23a3c
1 diff --git a/Rakefile b/Rakefile
2 index 8ba64b4..1b94d1d 100644
3 --- a/Rakefile
4 +++ b/Rakefile
5 @@ -1,7 +1,7 @@
6 task :default => [:check_erl_version, :check_previous_install, :build, :test]
7 task :build => [:scanner, :parser, :reia, :ebin, :clean]
9 -PREFIX="/usr/local"
10 +PREFIX="../../pkg/usr"
12 def erlang_version
13 version = `erl -version 2>&1`.strip.match(/\d\.\d\.\d$/)
14 @@ -14,7 +14,7 @@ def erlang_version
15 end
17 def erl_lib_dir
18 - `erl -noshell -eval "io:format(code:lib_dir())" -s init stop`
19 + "../../pkg/usr/lib/erlang/lib"
20 end
22 def reia_install_dir
23 @@ -150,4 +150,4 @@ task :distclean => :clean do
24 end
26 task :ci => %w[distclean test]
27 -task :cruise => :ci
28 \ No newline at end of file
29 +task :cruise => :ci