]> git.pld-linux.org Git - projects/cleanbuild.git/blame - cleanup-la
Add cleanbuild=package_name label
[projects/cleanbuild.git] / cleanup-la
CommitLineData
2cccf982
ER
1#!/bin/sh
2root=$1
77afa233 3find $root/usr/lib{,64} -name "*.la" -print0 | xargs -0 -r sed -i -e "s@dependency_libs=.*@dependency_libs=' '@"
2cccf982
ER
4
5# it's important this script does not fail if no matches found
6exit 0
This page took 0.335987 seconds and 4 git commands to generate.