Index: create.patch.sh
===================================================================
--- create.patch.sh (nonexistent)
+++ create.patch.sh (revision 5)
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+VERSION=3.2.0
+
+tar --files-from=file.list -xJvf ../ruby-$VERSION.tar.xz
+mv ruby-$VERSION ruby-$VERSION-orig
+
+cp -rf ./ruby-$VERSION-new ./ruby-$VERSION
+
+diff --unified -Nr ruby-$VERSION-orig ruby-$VERSION > ruby-$VERSION-configure-target-os.patch
+
+mv ruby-$VERSION-configure-target-os.patch ../patches
+
+rm -rf ./ruby-$VERSION
+rm -rf ./ruby-$VERSION-orig
Property changes on: create.patch.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property