X-Git-Url: http://gitweb/?a=blobdiff_plain;f=src%2Fpkgmk.in;h=08413f6f3f960b7bef062cf381f2a78375919772;hb=refs%2Fheads%2F2.6;hp=1698320147d9bfb4dfeee50f67bc1cf85ab77055;hpb=e1f3fb9b1869edccb9f70213da21be224b8eade3;p=pkgutils-cross.git 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() {