Created
January 29, 2013 08:04
-
-
Save edennis/4662592 to your computer and use it in GitHub Desktop.
ruby-build definition for 1.9.3-p374-railsexpress
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Save file as 1.9.3-p374-railsexpress and copy to ruby-build definitions directory. | |
# If you've installed ruby-build with brew this will be /usr/local/share/ruby-build/ | |
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/p374/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-p374" "http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p374.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