#! /bin/sh

for i in 1 2 3 4 5; do
 patch -p1 -s < tmp/patch-0.66.1.$i
done
patch -p1 -s < tmp/patch-0.66.2

rm -f README.patchset
rm -rf tmp
