From 99839272a3cf1dfe69bd3bad26d96a915b905ef1 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 1 Feb 1999 08:54:53 +0000 Subject: 990201 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_3@388 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- instruby.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instruby.rb b/instruby.rb index 6555b46b2b..4839b5ef3b 100644 --- a/instruby.rb +++ b/instruby.rb @@ -57,7 +57,7 @@ end for f in Dir["*.h"] File.install f, archdir, 0644, true end -File.install pwd+'/'+CONFIG['LIBRUBY_A'], archdir, 0644, true +File.install wdir+'/'+CONFIG['LIBRUBY_A'], archdir, 0644, true File.makedirs mandir, true File.install "ruby.1", mandir, 0644, true -- cgit v1.2.3