Skip to content

Commit f24b6aa

Browse files
committed
fix syntax
1 parent 6c56f7c commit f24b6aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.packager

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Packager.build do
6262
'cpucores=`nproc` make -j `expr $cpucores - 1 \| 1`',
6363
'make install DESTDIR=$PKG_DIR',
6464
'make install',
65-
'gem install bundler -v '~> 1.10' --no-document',
65+
'gem install bundler -v "~> 1.10" --no-document',
6666
'mkdir -p $PKG_DIR/usr/lib/ruby/gems/2.1.0',
6767
'cp -R /usr/lib/ruby/gems/2.1.0/* $PKG_DIR/usr/lib/ruby/gems/2.1.0'
6868
]

0 commit comments

Comments
 (0)