summaryrefslogtreecommitdiff
path: root/instruby.rb
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-04-26 09:42:44 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-04-26 09:42:44 +0000
commite67e5adf4e33b79c3bc2f2c8a8b4a790a88adcf2 (patch)
tree6ef7eae93ed8a768a02dee1baa8ba80a4425b5e0 /instruby.rb
parentf6e04e38cd1f121111d388865e8b201ea3402452 (diff)
aix shlib link
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_3@444 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'instruby.rb')
-rw-r--r--instruby.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/instruby.rb b/instruby.rb
index 4f0f217eae..59872268e7 100644
--- a/instruby.rb
+++ b/instruby.rb
@@ -60,6 +60,9 @@ Find.find("lib") do |f|
File.install f, dir, 0644, true
end
+if PLATFORM =~ /ibm-aix/
+ File.install "ruby.imp", archdir, 0644, true
+end
for f in Dir["*.h"]
File.install f, archdir, 0644, true
end