]> git.pld-linux.org Git - projects/cleanbuild.git/blame - cleanup-la
add cleanup-la to repo
[projects/cleanbuild.git] / cleanup-la
CommitLineData
2cccf982
ER
1#!/bin/sh
2root=$1
3find $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
6exit 0
This page took 0.058482 seconds and 4 git commands to generate.