summaryrefslogtreecommitdiff
path: root/devel/buildtool/MESSAGE
blob: 58b4398ee1eff61075f08eb2ecee1b91df9b3206 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
===========================================================================
$NetBSD: MESSAGE,v 1.1 2003/07/24 10:12:30 jmmv Exp $

As part of the post installation stage, you should now create a system-wide
configuration file for the bt_config module, containing cached results for
several common checks run by many configure scripts.

For an automated setup, issue the following commands (as ${ROOT_USER}):

	mkdir -p ${PKG_SYSCONFDIR}
	cp ${PREFIX}/share/buildtool-0/templates/bt_config.conf.in \
	    ${PKG_SYSCONFDIR}/bt_config.conf.in
	${PREFIX}/bin/buildtool swcgen

===========================================================================