Skip to content

Instantly share code, notes, and snippets.

@mrsimo
Forked from edennis/gist:5029143
Created August 5, 2013 12:48
Show Gist options
  • Select an option

  • Save mrsimo/6155671 to your computer and use it in GitHub Desktop.

Select an option

Save mrsimo/6155671 to your computer and use it in GitHub Desktop.

Revisions

  1. @edennis edennis created this gist Feb 25, 2013.
    10 changes: 10 additions & 0 deletions gistfile1.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    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/p392/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-p392" "http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p392.tar.gz" patch_ruby_railsexpress autoconf standard