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