#! /bin/sh

for i in 1 2; do
 patch -p1 -s < tmp/patch-0.66.2.$i
done
patch -p1 -s < tmp/patch-0.66.3

sh set-permissions
rm -rf tmp
