diff --git a/recipes/ffmpeg/recipe.sh b/recipes/ffmpeg/recipe.sh index 28b266bc8d8e2892c8cecfe743dcd4e1106aaead..c729977153be646d50f5b2ecf3250a9d3dcde019 100644 --- a/recipes/ffmpeg/recipe.sh +++ b/recipes/ffmpeg/recipe.sh @@ -44,6 +44,5 @@ function recipe_clean { function recipe_stage { dest="$(realpath $1)" make DESTDIR="$dest" install - rm -rf "$1"/{include,lib,share} skip=1 }