Skip to content

Commit 9cb5bc3

Browse files
committed
install bundler into $PKG_DIR as well
1 parent f24b6aa commit 9cb5bc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.packager

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ Packager.build do
6363
'make install DESTDIR=$PKG_DIR',
6464
'make install',
6565
'gem install bundler -v "~> 1.10" --no-document',
66+
'gem install bundler -v "~> 1.10" --no-document --install-dir $PKG_DIR',
6667
'mkdir -p $PKG_DIR/usr/lib/ruby/gems/2.1.0',
6768
'cp -R /usr/lib/ruby/gems/2.1.0/* $PKG_DIR/usr/lib/ruby/gems/2.1.0'
6869
]

0 commit comments

Comments
 (0)