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