commit 7c393b84b05ab88ccf1633903bae826efebff6e4
Author: Dominik 'Rathann' Mierzejewski <dominik(a)greysector.net>
Date: Wed Mar 15 02:58:39 2017 +0100
remove stray brace breaking build
ffmpeg.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index f411430..9dd35aa 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -330,7 +330,7 @@ make alltools V=1
%install
%make_install V=1
%if 0%{!?flavor:1}
-rm -r %{buildroot}%{_datadir}/%{name}/examples}
+rm -r %{buildroot}%{_datadir}/%{name}/examples
%endif
%if 0%{!?progs_suffix:1}
install -pm755 tools/qt-faststart %{buildroot}%{_bindir}
Show replies by date