summaryrefslogtreecommitdiff
path: root/devel/buildtool/MESSAGE
blob: 3ef385e1fc0c7a4a113072de86e9efa615285116 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
===========================================================================
$NetBSD: MESSAGE,v 1.2 2004/07/17 23:04:35 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/templates/bt_config.conf.in \
	    ${PKG_SYSCONFDIR}/bt_config.conf.in
	${PREFIX}/bin/buildtool swcgen

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