Skip to content

Commit

Permalink
Revert "use /usr/local for prefix"
Browse files Browse the repository at this point in the history
This reverts commit 265536b.
  • Loading branch information
cwjohnston committed Jun 26, 2015
1 parent caf3626 commit a1bc57d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .packager
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Packager.build do
'/bin/tar -zxf ruby-2.1.5.tar.gz',
'mv ruby-2.1.5/* .',
'autoconf',
'./configure --prefix=/usr/local --disable-install-doc',
'./configure --prefix=/usr --disable-install-doc',
'make',
'make install DESTDIR=$PKG_DIR'
]
Expand Down

1 comment on commit a1bc57d

@d2obot
Copy link

@d2obot d2obot commented on a1bc57d 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-beta17)

Please sign in to comment.