source: ProjectBuilder/pbconf/devel/pbmkbm/pkg/pbbuild@ 2136

Last change on this file since 2136 was 2136, checked in by Bruno Cornec, 8 years ago

Fix #115

The standard conf file is now under /usr/share/pb and the one under
/etc/pn is modifyable by the sysadmin is contains only comments by
default.

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