Skip to content

Instantly share code, notes, and snippets.

View rgalindo33's full-sized avatar

Raul Galindo rgalindo33

View GitHub Profile
build_package_reconfigure() {
test -f configure || autoconf
}
build_package_patch_ruby_railsexpress() {
fetch_git rvm-patchsets git://github.com/skaes/rvm-patchsets.git master
for p in rvm-patchsets/patches/ruby/2.1.4/railsexpress/* ; do
patch -p1 < $p
done