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