summaryrefslogtreecommitdiff
path: root/instruby.rb
diff options
context:
space:
mode:
Diffstat (limited to 'instruby.rb')
-rw-r--r--instruby.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/instruby.rb b/instruby.rb
index 59872268e7..2c182b23f7 100644
--- a/instruby.rb
+++ b/instruby.rb
@@ -60,7 +60,7 @@ Find.find("lib") do |f|
File.install f, dir, 0644, true
end
-if PLATFORM =~ /ibm-aix/
+if PLATFORM =~ /-aix/
File.install "ruby.imp", archdir, 0644, true
end
for f in Dir["*.h"]