#!/bin/sh
#
DIR=$(pwd)
cd ..
cp -a unarj.c mcunarj.c
cat $DIR/mcunarj.diff | patch -p0
make
make install
