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