[packages/hplip] - non-parallel install

qboosh qboosh at pld-linux.org
Wed Feb 24 18:21:30 CET 2016


commit 59e967ed0a4aa7b3ebb50a4e20e82c9f2a94ba78
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Wed Feb 24 18:24:45 2016 +0100

    - non-parallel install

 hplip.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/hplip.spec b/hplip.spec
index 078c5f9..e67847a 100644
--- a/hplip.spec
+++ b/hplip.spec
@@ -201,7 +201,7 @@ CXXFLAGS="%{rpmcflags} -fno-exceptions -fno-rtti"
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT/var/lib/hp
 
-%{__make} install \
+%{__make} -j1 install \
 	DESTDIR=$RPM_BUILD_ROOT
 
 touch $RPM_BUILD_ROOT/var/lib/hp/hplip.state
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/hplip.git/commitdiff/59e967ed0a4aa7b3ebb50a4e20e82c9f2a94ba78



More information about the pld-cvs-commit mailing list