From d5afb4ad3d60f078e64e402e403f0e55fc711714 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz=20=28arab=2C=20vx?= =?UTF-8?q?p=29?= Date: Mon, 6 Feb 2017 02:49:26 +0100 Subject: build.sh, {subr,vars}/*: general cleanup. --- subr/pkg_configure.subr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'subr/pkg_configure.subr') diff --git a/subr/pkg_configure.subr b/subr/pkg_configure.subr index fc70f39e..1d53d8b6 100644 --- a/subr/pkg_configure.subr +++ b/subr/pkg_configure.subr @@ -4,9 +4,9 @@ pkg_configure() { if [ -n "${PKG_CONFIGURE}" ]; then - PKG_CONFIGURE="../${PKG_CONFIGURE}"; + PKG_CONFIGURE="${WORKDIR}/${PKG_CONFIGURE}"; else - PKG_CONFIGURE="../${PKG_SUBDIR}/configure"; + PKG_CONFIGURE="${WORKDIR}/${PKG_SUBDIR}/configure"; fi; if [ -x "${PKG_CONFIGURE}" ]; then export CFLAGS_FOR_BUILD="${HOST_TOOLCHAIN_CFLAGS_CONFIGURE_DEFAULT}"; -- cgit v1.2.3