#!/bin/bash 
#
# $Id$
#
perl Makefile.PL INSTALLDIRS=vendor CONFDIR=/etc/pb
make
make DESTDIR=$1 install
