Skip to content

Commit

Permalink
flip it
Browse files Browse the repository at this point in the history
  • Loading branch information
agoddard committed Jun 25, 2015
1 parent 86f7212 commit ef56328
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .packager
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,11 @@ Packager.build do
build [
'wget http://ftp.ruby-lang.org/pub/ruby/2.1/ruby-2.1.5.tar.gz',
'/bin/tar -zxf ruby-2.1.5.tar.gz',
'./ruby-2.1.5/configure --prefix=$PKG_DIR --with-opt-dir=$PKG_DIR',
'make -C ./ruby-2.1.5',
'make -C ./ruby-2.1.5 install'
'mv ruby-2.1.5/* .',
'autoconf',
'./configure --prefix=$PKG_DIR --with-opt-dir=$PKG_DIR --disable-install-doc --enable-shared',
'make',
'make install'
]
end
end
Expand Down

2 comments on commit ef56328

@d2obot
Copy link

@d2obot d2obot commented on ef56328 Jun 26, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[heavywater] New heavywater-ruby created (version: 2.1.5-beta-beta10)

@d2obot
Copy link

@d2obot d2obot commented on ef56328 Jun 26, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[heavywater] New heavywater-ruby created (version: 2.1.5-beta-beta10)

Please sign in to comment.