]> git.pld-linux.org Git - projects/cleanbuild.git/blob - cleanup-la
add cleanup-la to repo
[projects/cleanbuild.git] / cleanup-la
1 #!/bin/sh
2 root=$1
3 find $root/usr/lib{,64} -name "*.la" -print0 | xargs -0 grep -El "dependency_libs='.+'"
4
5 # it's important this script does not fail if no matches found
6 exit 0
This page took 0.034936 seconds and 4 git commands to generate.