#! /bin/sh
# konfiguriert 
# Helmut Hullen, 15.10.2005

Prog=Snapback2-0.913

perl Makefile.PL

make

test $? -eq 0 || exit

read -p "weiter? "

Dest=/tmp/$Prog
rm -rf $Dest
mkdir -p $Dest
DESTDIR=$Dest make install > installation.log 2>install-err.log
#

