diff options
author | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-08-23 15:24:03 +0000 |
---|---|---|
committer | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-08-23 15:24:03 +0000 |
commit | 4b0f91401cf2a5084c71d6678e98242c44c6aa51 (patch) | |
tree | f0f3a4dfd96b615b115292947fca1e0fc8f3e19e /instruby.rb | |
parent | f34a26bf9036a385abd0922bb4c3cc61be6991bf (diff) |
* instruby.rb: arch -> sitearch
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2741 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'instruby.rb')
-rw-r--r-- | instruby.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/instruby.rb b/instruby.rb index a18e7f39a7..7807837c52 100644 --- a/instruby.rb +++ b/instruby.rb @@ -20,13 +20,14 @@ end ruby_install_name = CONFIG["ruby_install_name"] version = "/"+CONFIG["MAJOR"]+"."+CONFIG["MINOR"] arch = "/"+CONFIG["arch"] +sitearch = "/"+CONFIG["sitearch"] bindir = destdir+CONFIG["bindir"] libdir = destdir+CONFIG["libdir"] rubylibdir = destdir+CONFIG["prefix"]+"/lib/ruby"+version archlibdir = rubylibdir+arch sitelibdir = destdir+CONFIG["sitedir"]+version -sitearchlibdir = sitelibdir+arch +sitearchlibdir = sitelibdir+sitearch mandir = destdir+CONFIG["mandir"] + "/man1" wdir = Dir.getwd |