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