]> git.pld-linux.org Git - projects/cleanbuild.git/blobdiff - cleanbuild
_binary_payload w1.gzdio
[projects/cleanbuild.git] / cleanbuild
index e7da70a158ea725fe5793fc3d5f339b8051c089b..3502a742e3aef9647f0fb84abd7077083d787901 100755 (executable)
@@ -491,8 +491,7 @@ fi
 while true; do
        info "Building $build_pkg in $CHNAME"
        rebuilddb
-       find $CHDIR/usr/lib{,64} -name "*.la" -print0 | \
-               xargs -0 -r sed -i -e "s@dependency_libs=.*@dependency_libs=' '@"
+       ./cleanup-la $CHDIR
        buildlog="buildlogs/$build_pkg"
        if [ -r $buildlog ]; then
                i=1
This page took 0.080209 seconds and 4 git commands to generate.