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