From f98f55c6a1f29c4b0b4be58e2cb49d0388bebe3a Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 25 Aug 2010 08:42:51 +0000 Subject: [PATCH] pkgadd.in: Fixed lib references to the build enviroment. --- src/pkgmk.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pkgmk.in b/src/pkgmk.in index 1698320..08413f6 100755 --- a/src/pkgmk.in +++ b/src/pkgmk.in @@ -309,7 +309,7 @@ fix_cross_paths() { # remove the last / from CLFS path if appeared CLFS=${CLFS%*/} - find $PKG -type f -name '*.la' -exec sed -e "s|$CLFS||g" -e "s|$CROSTOOLS/$CTARGET|/usr|g" -i {} \; + find $PKG -type f -name '*.la' -exec sed -e "s|$CLFS||g" -e "s|$CROSTOOLS/$CTARGET|/usr|g" -e "s|$CROSSTOOLS||g" -i {} \; } check_footprint() { -- 2.26.2