Skip to content

Commit

Permalink
Put /usr/local/bin/rbx in the OS X package
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Phoenix committed Jan 5, 2010
1 parent 31f2d7b commit 916eac0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rakelib/package.rake
Expand Up @@ -12,6 +12,9 @@ namespace :package do

Rake::Task['install'].invoke

sh "mkdir -p pkgtmp/usr/local/bin"
sh "ln -sf /usr/local/rubinius/1.0.0-rc2/bin/rbx pkgtmp/usr/local/bin/rbx"

sh "/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker --root pkgtmp --id com.engineyard.rubinius -o rubinius-#{Rubinius::BUILD_CONFIG[:version]}.pkg -t Rubinius -v"

rm_rf "pkgtmp"
Expand Down

0 comments on commit 916eac0

Please sign in to comment.