summaryrefslogtreecommitdiff
path: root/instruby.rb
diff options
context:
space:
mode:
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