Remove libtool files from fontconfig

This commit is contained in:
Jeremy Soller 2019-07-16 17:21:08 -06:00
parent 8c969f8383
commit d57b583932
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1

View File

@ -39,8 +39,8 @@ function recipe_clean {
}
function recipe_stage {
echo "skipping stage"
dest="$(realpath $1)"
make DESTDIR="$dest" install
rm -f "$dest/lib/"*.la
skip=1
}