Skip to content

Commit ef56328

Browse files
committed
flip it
1 parent 86f7212 commit ef56328

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.packager

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,11 @@ Packager.build do
5656
build [
5757
'wget http://ftp.ruby-lang.org/pub/ruby/2.1/ruby-2.1.5.tar.gz',
5858
'/bin/tar -zxf ruby-2.1.5.tar.gz',
59-
'./ruby-2.1.5/configure --prefix=$PKG_DIR --with-opt-dir=$PKG_DIR',
60-
'make -C ./ruby-2.1.5',
61-
'make -C ./ruby-2.1.5 install'
59+
'mv ruby-2.1.5/* .',
60+
'autoconf',
61+
'./configure --prefix=$PKG_DIR --with-opt-dir=$PKG_DIR --disable-install-doc --enable-shared',
62+
'make',
63+
'make install'
6264
]
6365
end
6466
end

0 commit comments

Comments
 (0)