source: ProjectBuilder/pbconf/devel/ProjectBuilder/sol/pbbuild@ 876

Last change on this file since 876 was 876, checked in by Bruno Cornec, 15 years ago

sol structure for pb build on Solaris

File size: 114 bytes
Line 
1#!/bin/bash
2#
3# $Id$
4#
5set -x
6
7perl Makefile.PL INSTALLDIRS=vendor CONFDIR=/etc/pb
8make
9make DESTDIR=$1 install
Note: See TracBrowser for help on using the repository browser.