We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c56f7c commit f24b6aaCopy full SHA for f24b6aa
.packager
@@ -62,7 +62,7 @@ Packager.build do
62
'cpucores=`nproc` make -j `expr $cpucores - 1 \| 1`',
63
'make install DESTDIR=$PKG_DIR',
64
'make install',
65
- 'gem install bundler -v '~> 1.10' --no-document',
+ '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
]
0 commit comments