Skip to content

Commit

Permalink
install bundler into $PKG_DIR as well
Browse files Browse the repository at this point in the history
  • Loading branch information
cwjohnston committed Jul 1, 2015
1 parent f24b6aa commit 9cb5bc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .packager
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ Packager.build do
'make install DESTDIR=$PKG_DIR',
'make install',
'gem install bundler -v "~> 1.10" --no-document',
'gem install bundler -v "~> 1.10" --no-document --install-dir $PKG_DIR',
'mkdir -p $PKG_DIR/usr/lib/ruby/gems/2.1.0',
'cp -R /usr/lib/ruby/gems/2.1.0/* $PKG_DIR/usr/lib/ruby/gems/2.1.0'
]
Expand Down

1 comment on commit 9cb5bc3

@d2obot
Copy link

@d2obot d2obot commented on 9cb5bc3 Jul 1, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[heavywater] New heavywater-ruby created (version: 2.1.5-26)

Please sign in to comment.