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