1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_3@388 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
matz 1999-02-01 08:54:53 +00:00
parent 2d05a75723
commit 99839272a3

View file

@ -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