From ea74ee18698e307dba30452aeef82916685815ba Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jeremy@system76.com>
Date: Sun, 30 Dec 2018 10:46:13 -0700
Subject: [PATCH] ffmpeg: Include libraries and headers

---
 recipes/ffmpeg/recipe.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/recipes/ffmpeg/recipe.sh b/recipes/ffmpeg/recipe.sh
index 28b266bc8..c72997715 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
 }
-- 
GitLab