#!/bin/sh
# The speakup patch adds support to the kernel for many speech synthesizers.

CWD=`pwd`
cd ../linux-2.4.26

zcat $CWD/speakup-cvs-20040414.diff.gz | patch -p1 --verbose

