From 91e68e54325bda4b4403ab0503adca92dda31dc2 Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Sun, 3 May 2020 14:43:39 +0200 Subject: [PATCH] avoid race during install --- v4l-utils.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v4l-utils.spec b/v4l-utils.spec index 1320010..57634a3 100644 --- a/v4l-utils.spec +++ b/v4l-utils.spec @@ -155,7 +155,7 @@ Statyczne biblioteki libv4l. %install rm -rf $RPM_BUILD_ROOT -%{__make} install \ +%{__make} -j1 install \ DESTDIR=$RPM_BUILD_ROOT install contrib/rds-saa6588/rds-saa6588 $RPM_BUILD_ROOT%{_bindir} -- 2.44.0