Skip to content

Commit

Permalink
Search julia*, not julia-* now
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat committed Apr 5, 2014
1 parent 07d7755 commit e00ae2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion julia.rb
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def install

# Add those rpaths to the binaries
rpaths.each do |rpath|
Dir["#{bin}/julia-*"].each do |file|
Dir["#{bin}/julia*"].each do |file|
quiet_system "install_name_tool", "-add_rpath", rpath, file
end
end
Expand Down

0 comments on commit e00ae2b

Please sign in to comment.