X-Git-Url: http://gitweb/?a=blobdiff_plain;f=pkgadd-cross;h=168617144c86562320b666f7b170e38323cef231;hb=refs%2Fheads%2F3.2;hp=61bb88f3516521fc8707787ba1202e9c2e332c60;hpb=174925ab782bcb7a893d56a79b16b8d767eaaf6d;p=pkgutils-cross.git diff --git a/pkgadd-cross b/pkgadd-cross index 61bb88f..1686171 100755 --- a/pkgadd-cross +++ b/pkgadd-cross @@ -39,12 +39,4 @@ done $PKGADD -c $PKGADD_CONF -r $CLFS $ARGS -# we need to adjust .la files for our temporary root filesystem tree (CLFS) -if [ $? -eq 0 ]; then - LIBTOOL_FILES=$(tar tf $PATH_TO_PACKAGE 2>/dev/null | grep '\.la$') - for la_file in $LIBTOOL_FILES; do - sed -e "s|libdir='/|libdir='$CLFS/|" -i $CLFS/$la_file - done -fi - # End of file