projects
/
ruby-evas.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
466d7c2
)
Added support for RUBYARCHDIR.
author
Tilman Sauerbeck
<tilman@code-monkey.de>
Sat, 7 May 2005 11:02:41 +0000
(11:02 +0000)
committer
Tilman Sauerbeck
<tilman@code-monkey.de>
Sat, 7 May 2005 11:02:41 +0000
(11:02 +0000)
Rakefile
patch
|
blob
|
history
diff --git
a/Rakefile
b/Rakefile
index f4d250dff1badb1428ef321f7987693e1d918af1..222b1176aaa3233549ef615207d3282a36921114 100644
(file)
--- a/
Rakefile
+++ b/
Rakefile
@@
-1,4
+1,4
@@
-# $Id: Rakefile 3
22 2005-04-27 14:17:25
Z tilman $
+# $Id: Rakefile 3
40 2005-05-07 11:02:41
Z tilman $
require "library"
require "rake/clean"
@@
-31,7
+31,7
@@
end
task :install => [ext_lib.so] do |t|
destdir = "#{ENV["DESTDIR"]}"
- sitearchdir = Config::CONFIG['sitearchdir']
+ sitearchdir =
ENV["RUBYARCHDIR"] ||
Config::CONFIG['sitearchdir']
FileUtils::Verbose.install(ext_lib.so, destdir + sitearchdir,
:mode => 0755)