$OpenBSD: patch-post-install_rb,v 1.3 2007/06/04 15:22:03 jcs Exp $
--- post-install.rb.orig	Thu May 10 14:01:45 2007
+++ post-install.rb	Mon Jun  4 09:36:34 2007
@@ -77,7 +77,7 @@ def install_windows_batch_files
 end
 
 def install_sources
-  $: << "lib"
+  $:.unshift "lib"
   require 'rubygems'
   require 'rubygems/builder'
   require 'rubygems/installer'
@@ -117,5 +117,4 @@ install_sources
 remove_old_rdoc
 install_rdoc
 install_windows_batch_files
-remove_stubs
 
