diff options
Diffstat (limited to 'wrappers/cross-fix-root')
-rwxr-xr-x | wrappers/cross-fix-root | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wrappers/cross-fix-root b/wrappers/cross-fix-root index 08e1df0..b440c48 100755 --- a/wrappers/cross-fix-root +++ b/wrappers/cross-fix-root @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 2008 Gentoo Foundation +# Copyright 2008-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -47,7 +47,7 @@ if [ -d "${LIBDIR}" ] ; then fi if [ -d "${LIBDIR}/pkgconfig" ] ; then - find "./${LIBDIR}/pkgconfig/" -name '*.pc' -print0 | xargs -0 -r \ + find "./${LIBDIR}/pkgconfig/" ./usr/share/pkgconfig/ -name '*.pc' -print0 | xargs -0 -r \ sed -i "/^prefix=/s:=.*:='${SYSROOT}/usr':" fi |