#! /bin/sh

for i in 1 2 3; do
 patch -p1 -s < tmp/patch-0.67.1.$i
done
patch -p1 -s < tmp/patch-0.67.2

sh set-permissions
rm -rf tmp
