From 2f718dd60c19a5d671e7fbef00c67c05ef98c9f4 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Mon, 25 Jul 2011 19:04:17 +0200 Subject: complibs: fixup the host complibs install dir It's easier to have as much as possible stuff in the same place to ease backup/restore, and make things easier to follow. Move the host companion libraries install dir as a sub-dir of the build-tools install dir (but not directly in it, it would break for canadian or cross-native). Signed-off-by: "Yann E. MORIN" --- scripts/build/companion_libs/mpc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build/companion_libs/mpc.sh') diff --git a/scripts/build/companion_libs/mpc.sh b/scripts/build/companion_libs/mpc.sh index f45982dc..b035f4dd 100644 --- a/scripts/build/companion_libs/mpc.sh +++ b/scripts/build/companion_libs/mpc.sh @@ -52,7 +52,7 @@ do_mpc_for_host() { CT_mkdir_pushd "${CT_BUILD_DIR}/build-mpc-host-${CT_HOST}" mpc_opts+=( "host=${CT_HOST}" ) - mpc_opts+=( "prefix=${CT_COMPLIBS_DIR}" ) + mpc_opts+=( "prefix=${CT_HOST_COMPLIBS_DIR}" ) mpc_opts+=( "cflags=${CT_CFLAGS_FOR_HOST}" ) do_mpc_backend "${mpc_opts[@]}" -- cgit v1.2.3