aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-01-08 05:10:38 -0500
committerMike Frysinger <vapier@gentoo.org>2010-01-08 05:10:38 -0500
commitd0bd4cd6e2a4c4efde24ee796d8f7745b50ca060 (patch)
tree4b5ebe15174543775f542fa67752a8bedbf4da39
parentcross-fix-root: add some usage text (diff)
downloadcrossdev-d0bd4cd6e2a4c4efde24ee796d8f7745b50ca060.tar.gz
crossdev-d0bd4cd6e2a4c4efde24ee796d8f7745b50ca060.tar.bz2
crossdev-d0bd4cd6e2a4c4efde24ee796d8f7745b50ca060.zip
cross-pkg-config: fix typo in EXTRA_PKG_CONFIG_LIBDIR handling
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
-rwxr-xr-xwrappers/cross-pkg-config2
1 files changed, 1 insertions, 1 deletions
diff --git a/wrappers/cross-pkg-config b/wrappers/cross-pkg-config
index a6ffa8f..38763b3 100755
--- a/wrappers/cross-pkg-config
+++ b/wrappers/cross-pkg-config
@@ -80,7 +80,7 @@ unset PKG_CONFIG_ALLOW_SYSTEM_LIBS
#
export PKG_CONFIG_LIBDIR="${SYSROOT}/usr/lib/pkgconfig:${SYSROOT}/usr/share/pkgconfig"
if [ -n "${EXTRA_PKG_CONFIG_LIBDIR}" ] ; then
- EXTRA_CONFIG_LIBDIR="${EXTRA_PKG_CONFIG_LIBDIR}:${PKG_CONFIG_LIBDIR}"
+ PKG_CONFIG_LIBDIR="${EXTRA_PKG_CONFIG_LIBDIR}:${PKG_CONFIG_LIBDIR}"
fi
#