Skip to content
Snippets Groups Projects
Verified Commit 423b3a9c authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Remove libtool files from curl

parent f4b46490
No related branches found
No related tags found
No related merge requests found
...@@ -44,5 +44,6 @@ function recipe_clean { ...@@ -44,5 +44,6 @@ function recipe_clean {
function recipe_stage { function recipe_stage {
dest="$(realpath $1)" dest="$(realpath $1)"
make DESTDIR="$dest" install make DESTDIR="$dest" install
rm -f "$dest/lib/"*.la
skip=1 skip=1
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment