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