Skip to content

Commit

Permalink
copy libexec before bin to prevent explosions
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm1 committed Dec 20, 2011
1 parent 4a68add commit 1fa8f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ruby/rbenv.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def build
end

def install
(share/'rbenv').install Dir['*']
(share/'rbenv').install Dir['*'].sort.reverse
(destdir/'usr/local/bin/rbenv').mkpath
(prefix/'bin').mkpath
ln_s '../share/rbenv/bin/rbenv', prefix/'bin/rbenv'
Expand Down

0 comments on commit 1fa8f89

Please sign in to comment.