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