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