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:
34cef71
)
Fixed the install target.
author
Tilman Sauerbeck
<tilman@code-monkey.de>
Tue, 26 Apr 2005 21:19:53 +0000
(21:19 +0000)
committer
Tilman Sauerbeck
<tilman@code-monkey.de>
Tue, 26 Apr 2005 21:19:53 +0000
(21:19 +0000)
Rakefile
patch
|
blob
|
history
diff --git
a/Rakefile
b/Rakefile
index ba98a96cc899ff43cd4436898068cb5803c020de..aef6855318e25d6457a591d8a3764f3be50fc5b9 100644
(file)
--- a/
Rakefile
+++ b/
Rakefile
@@
-1,4
+1,4
@@
-# $Id: Rakefile 3
19 2005-04-26 21:19:30
Z tilman $
+# $Id: Rakefile 3
20 2005-04-26 21:19:53
Z tilman $
require "library"
require "rake/clean"
@@
-34,6
+34,7
@@
end
task :install => ext_libs.map { |l| l.so } do |t|
destdir = "#{ENV["DESTDIR"]}"
+ sitearchdir = Config::CONFIG['sitearchdir']
FileUtils::Verbose.install(t.prerequisites, destdir + sitearchdir,
:mode => 0755)