Skip to content

Instantly share code, notes, and snippets.

@edennis
Created May 16, 2012 16:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save edennis/2711631 to your computer and use it in GitHub Desktop.
Save edennis/2711631 to your computer and use it in GitHub Desktop.
ruby-build definition to install railsexpress patches on ruby-1.9.3-p194
build_package_patch_ruby_railsexpress() {
fetch_git rvm-patchsets git://github.com/skaes/rvm-patchsets.git master
for p in rvm-patchsets/patches/ruby/1.9.3/p194/railsexpress/* ; do
patch -p1 < $p
done
}
install_package "yaml-0.1.4" "http://pyyaml.org/download/libyaml/yaml-0.1.4.tar.gz"
install_package "ruby-1.9.3-p194" "http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p194.tar.gz" patch_ruby_railsexpress autoconf standard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment