Remove libtool files from curl

This commit is contained in:
Jeremy Soller 2018-12-10 13:44:09 -07:00
parent f4b46490ff
commit 423b3a9cad
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1

View File

@ -44,5 +44,6 @@ function recipe_clean {
function recipe_stage {
dest="$(realpath $1)"
make DESTDIR="$dest" install
rm -f "$dest/lib/"*.la
skip=1
}