From 1380eca8d16e382949c3b6563afc7e0feb976c01 Mon Sep 17 00:00:00 2001 From: "Ryan S. Arnold" Date: Fri, 18 Oct 2013 13:11:59 -0500 Subject: New variable ${sources_conf} to replace hardcoded config/sources.conf. This is necessary so that the testsuite can use it's own version that doesn't change, so we can cover all bases. --- host.conf.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'host.conf.in') diff --git a/host.conf.in b/host.conf.in index 55f89e56..26f42a26 100644 --- a/host.conf.in +++ b/host.conf.in @@ -10,6 +10,8 @@ local_snapshots=@LOCAL_SNAPSHOTS@ remote_snapshots=@REMOTE_SNAPSHOTS@ cbuild_top=@CBUILD_TOP@ +sources_conf=@SOURCES_CONF@ + # This is where the components we build go, ie... make install local_builds=@LOCAL_BUILDS@ @@ -31,4 +33,4 @@ wget_bin=@WGET@ scp_bin=@SCP@ rsync_bin=@RSYNC@ -bash_shell=@BASH@ \ No newline at end of file +bash_shell=@BASH@ -- cgit v1.2.3