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