From: Tilman Sauerbeck Date: Tue, 26 Apr 2005 21:19:53 +0000 (+0000) Subject: Fixed the install target. X-Git-Url: http://git.code-monkey.de/?p=ruby-ecore.git;a=commitdiff_plain;h=6dab96c953b0d6f250dac70ad4581aa8a299f7ab Fixed the install target. --- diff --git a/Rakefile b/Rakefile index ba98a96..aef6855 100644 --- a/Rakefile +++ b/Rakefile @@ -1,4 +1,4 @@ -# $Id: Rakefile 319 2005-04-26 21:19:30Z tilman $ +# $Id: Rakefile 320 2005-04-26 21:19:53Z 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)