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