packages: opensc/opensc.spec - looks like just parallel make problem?
baggins
baggins at pld-linux.org
Sat Apr 28 21:33:41 CEST 2012
Author: baggins Date: Sat Apr 28 19:33:41 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- looks like just parallel make problem?
---- Files affected:
packages/opensc:
opensc.spec (1.77 -> 1.78)
---- Diffs:
================================================================
Index: packages/opensc/opensc.spec
diff -u packages/opensc/opensc.spec:1.77 packages/opensc/opensc.spec:1.78
--- packages/opensc/opensc.spec:1.77 Sat Apr 28 21:30:15 2012
+++ packages/opensc/opensc.spec Sat Apr 28 21:33:36 2012
@@ -103,9 +103,8 @@
%install
rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_sysconfdir}
-%{__make} install \
+%{__make} -j1 install \
DESTDIR=$RPM_BUILD_ROOT
# not needed (dlopened by soname)
@@ -176,6 +175,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.78 2012/04/28 19:33:36 baggins
+- looks like just parallel make problem?
+
Revision 1.77 2012/04/28 19:30:15 baggins
- create dir for make install
================================================================
---- CVS-web:
http://cvs.pld-linux.org/packages/opensc/opensc.spec?r1=1.77&r2=1.78
More information about the pld-cvs-commit
mailing list