X-Git-Url: http://git.code-monkey.de/?p=ruby-evas.git;a=blobdiff_plain;f=Rakefile;h=222b1176aaa3233549ef615207d3282a36921114;hp=f4d250dff1badb1428ef321f7987693e1d918af1;hb=2de506885099b815d71af03cbb72bb21af10bc87;hpb=466d7c2222754f272339d99b29c7a203c73f436b diff --git a/Rakefile b/Rakefile index f4d250d..222b117 100644 --- a/Rakefile +++ b/Rakefile @@ -1,4 +1,4 @@ -# $Id: Rakefile 322 2005-04-27 14:17:25Z tilman $ +# $Id: Rakefile 340 2005-05-07 11:02:41Z 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)