From 478b77d3884f8c1ca54144380a417ba7a73162ea Mon Sep 17 00:00:00 2001 From: Mathias Krause Date: Tue, 1 Feb 2011 10:42:52 +0000 Subject: Fix using custom build configs in abuild The undocumented config argument for the -t option implicitly assumes the config file is within the mainboard directory but fails to honor this assumption when it comes to copying the file. Signed-off-by: Mathias Krause Acked-by: Patrick Georgi git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6324 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/abuild/abuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/abuild') diff --git a/util/abuild/abuild b/util/abuild/abuild index 365bacd2e7..2040709cd7 100755 --- a/util/abuild/abuild +++ b/util/abuild/abuild @@ -161,7 +161,7 @@ function create_config if [ "$CONFIG" != "" ]; then printf " Using existing configuration $CONFIG ... " xml " $CONFIG" - cp $CONFIG ${build_dir}/config.build + cp src/mainboard/$VENDOR/$MAINBOARD/$CONFIG ${build_dir}/config.build else printf " Creating config file... " xml " autogenerated" -- cgit v1.2.3