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