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