#! /bin/sh

for i in 1 2 3 4 ; do
 patch -p1 -s < tmp/patch-0.67.3.$i
done
patch -p1 -s < tmp/patch-0.67.4

rm -f core `find . -name '*.orig'`
rm -f core `find . -size 0`
sh set-permissions
rm -rf tmp
