commit 2e8b789880c093c9de1d8dc5b43e496905588427
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon Apr 29 21:31:53 2019 +0100
Don't list all files (for debug)
mlt-freeworld.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/mlt-freeworld.spec b/mlt-freeworld.spec
index d9c2485..a13cfc2 100644
--- a/mlt-freeworld.spec
+++ b/mlt-freeworld.spec
@@ -100,8 +100,8 @@ rm -r src/win32/
%install
%make_install
-#before remove it print it to check with main mlt package
-find %{buildroot} | grep -vP "mlt/avformat|libmltavformat.so"
+# Debug before remove, list all files to check with main mlt package
+# find %{buildroot} | grep -vP "mlt/avformat|libmltavformat.so"
# remove all execept avformat (ffmpeg part)
#find %{buildroot} -type f | grep -vP "mlt/avformat|libmltavformat.so" | xargs
rm
find %{buildroot} -type f -print0 | grep -vPz "mlt/avformat|libmltavformat.so"
| xargs -0 rm
Show replies by date