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