projects
/
ruby-ecore.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fe5769
)
Added support for RUBYARCHDIR.
author
Tilman Sauerbeck
<tilman@code-monkey.de>
Sat, 7 May 2005 11:01:57 +0000
(11:01 +0000)
committer
Tilman Sauerbeck
<tilman@code-monkey.de>
Sat, 7 May 2005 11:01:57 +0000
(11:01 +0000)
Rakefile
patch
|
blob
|
history
diff --git
a/Rakefile
b/Rakefile
index fcae887f5f6b9ff67c1ffadfc3645f8ec7977f4d..fcb465420711f0bf481aa88eb38dbcfb64b03391 100644
(file)
--- a/
Rakefile
+++ b/
Rakefile
@@
-1,4
+1,4
@@
-# $Id: Rakefile 3
21 2005-04-27 14:01:11
Z tilman $
+# $Id: Rakefile 3
38 2005-05-07 11:01:57
Z tilman $
require "library"
require "rake/clean"
@@
-31,7
+31,7
@@
end
task :install => ext_libs.map { |l| l.so } do |t|
destdir = "#{ENV["DESTDIR"]}"
- sitearchdir = Config::CONFIG['sitearchdir']
+ sitearchdir =
ENV["RUBYARCHDIR"] ||
Config::CONFIG['sitearchdir']
FileUtils::Verbose.install(t.prerequisites.to_a, destdir + sitearchdir,
:mode => 0755)