We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb1a322 commit 6c56f7cCopy full SHA for 6c56f7c
.packager
@@ -61,7 +61,10 @@ Packager.build do
61
'./configure --prefix=/usr --disable-install-doc',
62
'cpucores=`nproc` make -j `expr $cpucores - 1 \| 1`',
63
'make install DESTDIR=$PKG_DIR',
64
- '$PKG_DIR/usr/bin/gem install bundler'
+ 'make install',
65
+ 'gem install bundler -v '~> 1.10' --no-document',
66
+ 'mkdir -p $PKG_DIR/usr/lib/ruby/gems/2.1.0',
67
+ 'cp -R /usr/lib/ruby/gems/2.1.0/* $PKG_DIR/usr/lib/ruby/gems/2.1.0'
68
]
69
end
70
0 commit comments